Added log line to script for PyInstaller
This commit is contained in:
parent
2edba3a9e7
commit
ae089856de
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue