0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +01:00
This commit is contained in:
KubaPro010
2025-11-08 20:38:20 +01:00
parent d4d004bbad
commit bbeeace730

View File

@@ -22,6 +22,7 @@ MODULES_PACKAGE = "modules"
MODULES_DIR = Path(__file__, "..", MODULES_PACKAGE).resolve()
log_file_path = Path("/tmp/radioPlayer_log")
if log_file_path.exists(): log_file_path.unlink()
log_file_path.touch()
log_file = open(log_file_path, "w")
logger = log95.log95("CORE", output=log_file)