removed page limit
This commit is contained in:
parent
2b36475272
commit
f4415ec867
@ -6,7 +6,7 @@ import sys, datetime, os
|
|||||||
def backupScrobbles(path):
|
def backupScrobbles(path):
|
||||||
userobj = user.User('sarsoo')
|
userobj = user.User('sarsoo')
|
||||||
|
|
||||||
scrobbles = userobj.getRecentTracks(pagelimit = 2)
|
scrobbles = userobj.getRecentTracks()
|
||||||
|
|
||||||
path = sys.argv[1]
|
path = sys.argv[1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user