made use of not having to restart on config
This commit is contained in:
parent
8397c61a50
commit
bc03568949
@ -401,11 +401,8 @@ def download(
|
|||||||
main_settings["hasnt_yet_started"] = False
|
main_settings["hasnt_yet_started"] = False
|
||||||
write_config()
|
write_config()
|
||||||
print("Restart the programm to use it.")
|
print("Restart the programm to use it.")
|
||||||
return code
|
else:
|
||||||
|
print("Something went wrong configuring.")
|
||||||
print("Something went wrong configuring.")
|
|
||||||
return code
|
|
||||||
|
|
||||||
|
|
||||||
shell = Downloader(genre=genre, process_metadata_anyway=process_metadata_anyway)
|
shell = Downloader(genre=genre, process_metadata_anyway=process_metadata_anyway)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user