mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Fix tests and const.py to hold options
This commit is contained in:
8
core/const.py
Normal file
8
core/const.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logzero
|
||||
|
||||
_log_format = ("%(color)s%(levelname)s:%(end_color)s %(message)s")
|
||||
formatter = logzero.LogFormatter(fmt=_log_format)
|
||||
|
||||
# options
|
||||
log = logzero.setup_logger(formatter=formatter)
|
||||
args = None
|
||||
Reference in New Issue
Block a user