aboutsummaryrefslogtreecommitdiff
path: root/modules/spotify.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-29 22:39:13 +0000
committerGravatar jesopo2019-01-29 22:39:13 +0000
commit74e8ad035170a4e16b0a3abe86486d7d497e5af3 (patch)
treea3887244030c284401e313560b67b94315aa3019 /modules/spotify.py
parent`post_data` is the kwarg for POST data, not `data` (spotify.py) (diff)
signature
Forgot to import `time` (spotify.py)
Diffstat (limited to 'modules/spotify.py')
-rw-r--r--modules/spotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spotify.py b/modules/spotify.py
index a97ede51..27d61409 100644
--- a/modules/spotify.py
+++ b/modules/spotify.py
@@ -1,7 +1,7 @@
#--require-config spotify-client-id
#--require-config spotify-client-secret
-import base64, json
+import base64, json, time
from src import ModuleManager, utils
URL_SEARCH = "https://api.spotify.com/v1/search"