Browse Source

Revert "200 at a time"

This reverts commit 1aac8dc2e1.
master
Charles Reid 5 years ago
parent
commit
dacd4ce943
  1. 4
      spots_objects.py

4
spots_objects.py

@ -194,7 +194,7 @@ class SpotifyMasterList(object): @@ -194,7 +194,7 @@ class SpotifyMasterList(object):
logging.debug('getting every playlist from user %s'%(self.username))
# Fencepost
step = 200
step = 50
############
# Throttle API calls here
@ -338,7 +338,7 @@ class SpotifyMasterList(object): @@ -338,7 +338,7 @@ class SpotifyMasterList(object):
# For each playlist id:
for i, pid in enumerate(self.master_list):
logging.debug('now processing playlist %d of %d'%(i+1, len(self.master_list)))
# Get the playlist details

Loading…
Cancel
Save