mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Added missing spotipy import.
This commit is contained in:
@@ -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__)
|
||||||
|
|||||||
Reference in New Issue
Block a user