0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 14:13:55 +01:00

less verbose

This commit is contained in:
Kuba
2025-10-31 17:33:44 +01:00
parent b2cda9cb05
commit 2247e7996c
6 changed files with 30 additions and 19 deletions

View File

@@ -1,13 +1,13 @@
from modules import ActiveModifier, InterModuleCommunication, PlayerModule
from . import PlaylistAdvisor
import os, datetime, log95
from . import PlaylistAdvisor, log95
import os, datetime
logger = log95.log95("ADVISOR")
MORNING_START = 5
MORNING_END = 11
DAY_START = 11
DAY_END = 19
MORNING_END = 10
DAY_START = 10
DAY_END = 18
LATE_NIGHT_START = 0
LATE_NIGHT_END = 5