0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +01:00

adjust hours

This commit is contained in:
2025-09-27 19:21:29 +02:00
parent 3657463159
commit 7019deea81

View File

@@ -32,12 +32,12 @@ def print_wait(ttw: float, frequency: float, duration: float=-1, prefix: str="",
print(f"{prefix}{format_time(ttw+bias)} / {format_time(duration)}") print(f"{prefix}{format_time(ttw+bias)} / {format_time(duration)}")
MORNING_START = 6 MORNING_START = 5
MORNING_END = 10 MORNING_END = 11
DAY_START = 10 DAY_START = 11
DAY_END = 20 DAY_END = 19
LATE_NIGHT_START = 0 LATE_NIGHT_START = 0
LATE_NIGHT_END = 6 LATE_NIGHT_END = 5
CROSSFADE_DURATION = 5 # seconds CROSSFADE_DURATION = 5 # seconds