You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
remove
This commit is contained in:
@@ -22,6 +22,7 @@ MODULES_PACKAGE = "modules"
|
|||||||
MODULES_DIR = Path(__file__, "..", MODULES_PACKAGE).resolve()
|
MODULES_DIR = Path(__file__, "..", MODULES_PACKAGE).resolve()
|
||||||
|
|
||||||
log_file_path = Path("/tmp/radioPlayer_log")
|
log_file_path = Path("/tmp/radioPlayer_log")
|
||||||
|
if log_file_path.exists(): log_file_path.unlink()
|
||||||
log_file_path.touch()
|
log_file_path.touch()
|
||||||
log_file = open(log_file_path, "w")
|
log_file = open(log_file_path, "w")
|
||||||
logger = log95.log95("CORE", output=log_file)
|
logger = log95.log95("CORE", output=log_file)
|
||||||
|
|||||||
Reference in New Issue
Block a user