From e6d14a0e500c5a3d0c8a937de6d9bd4d77441ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 29 Jun 2024 22:29:42 +0100 Subject: [PATCH] Fuck --- scrobble.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrobble.py b/scrobble.py index 1916b6a..84f5536 100644 --- a/scrobble.py +++ b/scrobble.py @@ -27,9 +27,9 @@ def scrobble(thealbum): else: theartist = album["artist"] thetrack = item - # last_api_call = network.scrobble(theartist,thetrack,int(time.time())) + last_api_call = network.scrobble(theartist,thetrack,int(time.time())) print("Scrobbled " + item) - # countdown(tracklist[item]) + countdown(tracklist[item]) if i < len(album["tracks"]): input("Press enter after changing side")