Import spotipy in downloader.py

This commit is contained in:
Ritiek Malhotra
2018-12-02 12:16:02 +05:30
committed by GitHub
parent eae9316cee
commit 1e34124de9

View File

@@ -5,6 +5,7 @@ from spotdl import internals
from spotdl import spotify_tools
from spotdl import youtube_tools
import spotipy
from logzero import logger as log
import os