mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Fix logging in spotdl.py (#364)
* Fix import typo (logging -> logger) * Fix logging in handle.py
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import appdirs
|
||||
from logzero import logging as log
|
||||
from spotdl import internals, const
|
||||
from logzero import logger as log
|
||||
|
||||
import logging
|
||||
import yaml
|
||||
|
||||
Reference in New Issue
Block a user