mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Run black formatter on the whole codebase (#460)
This commit is contained in:
@@ -11,7 +11,7 @@ logzero.setup_default_logger(formatter=_formatter, level=_log_level)
|
||||
# Options
|
||||
# Initialize an empty object which can be assigned attributes
|
||||
# (useful when using spotdl as a library)
|
||||
args = type('', (), {})()
|
||||
args = type("", (), {})()
|
||||
|
||||
# Apple has specific tags - see mutagen docs -
|
||||
# http://mutagen.readthedocs.io/en/latest/api/mp4.html
|
||||
|
||||
Reference in New Issue
Block a user