fix: set default bedtime end time to 11 PM (was 9 PM)

This commit is contained in:
2026-05-22 21:40:01 +03:00
parent e1f81e52e5
commit d333c61c8f

View File

@@ -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