Added log line to script for PyInstaller

This commit is contained in:
Halhadus 2024-12-12 02:27:13 +03:00
parent 2edba3a9e7
commit ae089856de

View file

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