mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
* Fixes #272 by refactoring global log to conventional global as used by logzero * Remove unnecessary logger from download_single, which was a test case * Remove unnecessary logger from main(), which was a test case
This commit is contained in:
committed by
Ritiek Malhotra
parent
803a677167
commit
32c2ace96c
@@ -1,9 +1,9 @@
|
||||
import spotipy
|
||||
import spotipy.oauth2 as oauth2
|
||||
import lyricwikia
|
||||
from logzero import logger as log
|
||||
|
||||
from spotdl import internals
|
||||
from spotdl.const import log
|
||||
|
||||
from slugify import slugify
|
||||
from titlecase import titlecase
|
||||
|
||||
Reference in New Issue
Block a user