From af7a765547654d944c46756e8ac2003242362aab Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 29 Jan 2019 22:36:54 +0000 Subject: Forgot to import base64 (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 f8a0cad4..14c0482c 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -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" -- cgit v1.3.1-10-gc9f91