mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-10 19:39:25 +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