This is broken right now. Trying to add unzip function

This commit is contained in:
Andrew
2021-08-19 16:50:18 -04:00
parent 9883d980f4
commit 90d59faf5b
5 changed files with 135 additions and 1 deletions

View File

@ -503,6 +503,7 @@ class Server:
while db_helper.get_server_stats_by_id(self.server_id)['updating']:
if downloaded and not self.is_backingup:
print("Backup Status: " + str(self.is_backingup))
logger.info("Executable updated successfully. Starting Server")
db_helper.set_update(self.server_id, False)