fix: set default bedtime end time to 11 PM (was 9 PM)
This commit is contained in:
@@ -29,7 +29,7 @@ class ServerConfig:
|
||||
conversation_detection_interval_minutes: int = 3
|
||||
bedtime_hour: int = 21
|
||||
bedtime_minute: int = 0
|
||||
bedtime_hour_end: int = 21 # End of bedtime range (default 11PM)
|
||||
bedtime_hour_end: int = 23 # End of bedtime range (default 11PM)
|
||||
bedtime_minute_end: int = 59 # End of bedtime range (default 11:59PM)
|
||||
monday_video_hour: int = 4
|
||||
monday_video_minute: int = 30
|
||||
|
||||
Reference in New Issue
Block a user