This commit is contained in:
Vladimir Mandic
2023-06-02 12:29:21 -04:00
parent 0566593fc9
commit d25b020f61
13 changed files with 75 additions and 69 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ def parse_args():
def prepare_server():
try:
server_status = util.Map(sdapi.progress())
server_status = util.Map(sdapi.progresssync())
server_state = server_status['state']
except:
log.error(f'server error: {server_status}')