this is a beast

This commit is contained in:
KubaPro010
2025-11-12 22:05:37 +01:00
parent 76325d0dfa
commit 5fd56bfa41
5 changed files with 207 additions and 209 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ from . import PlaylistAdvisor, log95, Path
import os, datetime
from typing import TextIO
_log_file: TextIO
_log_out: TextIO
assert _log_file # pyright: ignore[reportUnboundVariable]
logger = log95.log95("ADVISOR", output=_log_file)
assert _log_out # pyright: ignore[reportUnboundVariable]
logger = log95.log95("ADVISOR", output=_log_out)
playlist_dir = Path("/home/user/playlists")