Update messages are working, but it's not clean and we should find a better way at some point.

This commit is contained in:
Andrew
2021-08-07 15:23:22 -04:00
parent f50e80749c
commit 160e374c7a
4 changed files with 18 additions and 2 deletions

View File

@ -146,6 +146,8 @@ class Server:
'error': msg
})
return False
websocket_helper.broadcast('send_start_reload', {
})
self.is_crashed = False
self.start_time = str(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S'))