Fixes error thrown when server download doesn't finsih before server creation ends.

Adds notification when download is complete.
This commit is contained in:
Andrew
2021-08-26 22:43:11 -04:00
parent 4721085783
commit 48c70279f7
3 changed files with 7 additions and 5 deletions

View File

@ -115,7 +115,6 @@ class Server:
self.settings = server_data_obj
# build our server run command
self.setup_server_run_command()
if server_data_obj['auto_start']:
delay = int(self.settings['auto_start_delay'])