Added missing spotipy import.

This commit is contained in:
2020-05-21 22:18:23 +02:00
committed by KevinMidboe
parent 252d945996
commit 2290167af4

View File

@@ -2,6 +2,7 @@ from spotdl.authorize.services import AuthorizeSpotify
import spotdl.util import spotdl.util
import sys import sys
import spotipy
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)