From 74e8ad035170a4e16b0a3abe86486d7d497e5af3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 29 Jan 2019 22:39:13 +0000 Subject: Forgot to import `time` (spotify.py) --- modules/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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" -- cgit v1.3.1-10-gc9f91