nothing important

This commit is contained in:
Kuba
2025-10-16 19:49:59 +02:00
parent 14a3ee4f42
commit c2b2a63ce8
+1
View File
@@ -51,6 +51,7 @@ def check_if_playlist_modifed(playlist_path: str):
if playlist_path != night_playlist_path:
logger.info("Time changed to night hours, switching playlist...")
return True
return False
class Module(PlaylistAdvisor):
def __init__(self) -> None: