remove response limit
This commit is contained in:
parent
030708e12d
commit
498c873050
@ -34,7 +34,7 @@ if __name__ == '__main__':
|
|||||||
refresh_token=os.environ['SPOT_REFRESH'])).refresh_access_token()
|
refresh_token=os.environ['SPOT_REFRESH'])).refresh_access_token()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
playlists = network.get_user_playlists(response_limit=5)
|
playlists = network.get_user_playlists()
|
||||||
|
|
||||||
for playlist in playlists:
|
for playlist in playlists:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user