mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2414 - fix missed timer start
This commit is contained in:
parent
eae6d36421
commit
8881d5131d
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class StdOutBroker:
|
|||
str.capitalize(self.host_name))
|
||||
}
|
||||
self._send(payload)
|
||||
self.loop_timer.start()
|
||||
|
||||
def restart_server(self):
|
||||
if self.websocket_server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue