From 166decf9ff39640b303cff908ec8aff7e0692887 Mon Sep 17 00:00:00 2001 From: Halhadus Date: Thu, 12 Dec 2024 02:37:37 +0300 Subject: [PATCH] Added log line to script for PyInstaller --- localwrapped-pyi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localwrapped-pyi.py b/localwrapped-pyi.py index 9ed8b71..13f43dd 100644 --- a/localwrapped-pyi.py +++ b/localwrapped-pyi.py @@ -128,7 +128,7 @@ while True: countconn.commit() countconn.close() print(f"Local Wrapped: {i['listmusicname']} has been played.") - os.system(f"echo {i['listmusicname']} has been played. >> /cache/log.txt") + os.system(f"echo {i['listmusicname']} has been played. >> /cache/magisk.log") last_written = last_music a = 0 continue