You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
adjust hours
This commit is contained in:
@@ -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)}")
|
||||
|
||||
MORNING_START = 6
|
||||
MORNING_END = 10
|
||||
DAY_START = 10
|
||||
DAY_END = 20
|
||||
MORNING_START = 5
|
||||
MORNING_END = 11
|
||||
DAY_START = 11
|
||||
DAY_END = 19
|
||||
LATE_NIGHT_START = 0
|
||||
LATE_NIGHT_END = 6
|
||||
LATE_NIGHT_END = 5
|
||||
|
||||
CROSSFADE_DURATION = 5 # seconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user