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