Forgot to import base64 (spotify.py)

This commit is contained in:
jesopo 2019-01-29 22:36:54 +00:00
parent 2d085e7f91
commit af7a765547

View file

@ -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"