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