Added log line to script for PyInstaller

This commit is contained in:
Halhadus 2024-12-12 02:37:37 +03:00
parent ae089856de
commit 166decf9ff

View file

@ -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