Add --remove-config

This commit is contained in:
Ritiek Malhotra
2020-05-16 09:07:33 +05:30
parent 9c61d9951e
commit e0e7048ced
5 changed files with 65 additions and 36 deletions

View File

@@ -34,6 +34,7 @@ def main():
argument_handler = get_arguments()
logging_level = argument_handler.get_logging_level()
logger = set_logger(logging_level)
try:
spotdl = Spotdl(argument_handler)
except ArgumentError as e: