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

log95 at 1.3 is now required

This commit is contained in:
KubaPro010
2025-11-08 20:20:26 +01:00
parent 4e542f2b0d
commit c36104c2e6
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ active_modifier: ActiveModifier | None = None
MODULES_PACKAGE = "modules"
MODULES_DIR = Path(__file__, "..", MODULES_PACKAGE).resolve()
logger = log95.log95("CORE")
log_file = open(Path("/tmp/radioPlayer_log"))
logger = log95.log95("CORE", output=log_file)
exit_pending = False
exit_status_code = 0

View File

@@ -1,3 +1,3 @@
libcache
log95
log95==1.3
unidecode