mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Implement --write-successful-file and --skip-file
This commit is contained in:
@@ -39,7 +39,6 @@ def main():
|
||||
sys.exit(5)
|
||||
|
||||
logging_level = argument_handler.get_logging_level()
|
||||
print(logging_level)
|
||||
logger = set_logger(logging_level)
|
||||
try:
|
||||
spotdl = Spotdl(argument_handler)
|
||||
|
||||
Reference in New Issue
Block a user