made use of not having to restart on config

This commit is contained in:
Hazel 2023-09-12 12:45:50 +02:00
parent 8397c61a50
commit bc03568949

View File

@ -401,11 +401,8 @@ def download(
main_settings["hasnt_yet_started"] = False
write_config()
print("Restart the programm to use it.")
return code
print("Something went wrong configuring.")
return code
else:
print("Something went wrong configuring.")
shell = Downloader(genre=genre, process_metadata_anyway=process_metadata_anyway)