diff --git a/localwrapped-pyi.py b/localwrapped-pyi.py index 9820ff1..1ff54bf 100644 --- a/localwrapped-pyi.py +++ b/localwrapped-pyi.py @@ -127,6 +127,7 @@ while True: countc.execute("UPDATE count SET count = count + 1 WHERE musicname = ?", (i["listmusicname"],)) countconn.commit() countconn.close() + print(f"Local Wrapped: {i['listmusicname']} has been played.") last_written = last_music a = 0 continue