mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-10-10 11:38:36 +00:00
Fixed album search test
This commit is contained in:
@@ -4,7 +4,7 @@ from __future__ import print_function
|
||||
|
||||
import base64
|
||||
import requests
|
||||
import simplejson as json
|
||||
import json
|
||||
|
||||
|
||||
__all__ = ['oauth2']
|
||||
|
@@ -2,7 +2,7 @@ import base64
|
||||
import urllib
|
||||
import requests
|
||||
import os
|
||||
import simplejson as json
|
||||
import json
|
||||
import time
|
||||
|
||||
class SpotifyOauthError(Exception):
|
||||
|
Reference in New Issue
Block a user