Forgot to import base64 (spotify.py)
This commit is contained in:
parent
2d085e7f91
commit
af7a765547
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#--require-config spotify-client-id
|
||||
#--require-config spotify-client-secret
|
||||
|
||||
import json
|
||||
import base64, json
|
||||
from src import ModuleManager, utils
|
||||
|
||||
URL_SEARCH = "https://api.spotify.com/v1/search"
|
||||
|
|
Loading…
Reference in a new issue