From ae089856deaba0568a40fd8a3dad203862a60c3c Mon Sep 17 00:00:00 2001 From: Halhadus Date: Thu, 12 Dec 2024 02:27:13 +0300 Subject: [PATCH] Added log line to script for PyInstaller --- localwrapped-pyi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/localwrapped-pyi.py b/localwrapped-pyi.py index 1ff54bf..9ed8b71 100644 --- a/localwrapped-pyi.py +++ b/localwrapped-pyi.py @@ -128,6 +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") last_written = last_music a = 0 continue