Added log line to script for PyInstaller
This commit is contained in:
parent
ed4c9c9d04
commit
2edba3a9e7
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ while True:
|
||||||
countc.execute("UPDATE count SET count = count + 1 WHERE musicname = ?", (i["listmusicname"],))
|
countc.execute("UPDATE count SET count = count + 1 WHERE musicname = ?", (i["listmusicname"],))
|
||||||
countconn.commit()
|
countconn.commit()
|
||||||
countconn.close()
|
countconn.close()
|
||||||
|
print(f"Local Wrapped: {i['listmusicname']} has been played.")
|
||||||
last_written = last_music
|
last_written = last_music
|
||||||
a = 0
|
a = 0
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue