mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Fix some bugs
This commit is contained in:
parent
fcee13214b
commit
a4722f9e55
@ -81,7 +81,9 @@ class Audioscrobbler(APIHandler):
|
|||||||
timestamp = None
|
timestamp = None
|
||||||
#database.createScrobble(artists,title,timestamp)
|
#database.createScrobble(artists,title,timestamp)
|
||||||
self.scrobble(artiststr,titlestr,time=timestamp)
|
self.scrobble(artiststr,titlestr,time=timestamp)
|
||||||
|
count += 1
|
||||||
else:
|
else:
|
||||||
|
iterating = False
|
||||||
return 200,"OK"
|
return 200,"OK"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user