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