Fuck
This commit is contained in:
parent
3ac23d3ed2
commit
e6d14a0e50
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ def scrobble(thealbum):
|
||||||
else:
|
else:
|
||||||
theartist = album["artist"]
|
theartist = album["artist"]
|
||||||
thetrack = item
|
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)
|
print("Scrobbled " + item)
|
||||||
# countdown(tracklist[item])
|
countdown(tracklist[item])
|
||||||
if i < len(album["tracks"]):
|
if i < len(album["tracks"]):
|
||||||
input("Press enter after changing side")
|
input("Press enter after changing side")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue