Show garage update logs immediately
This commit is contained in:
parent
26c1b22f43
commit
68422656b3
|
@ -94,10 +94,10 @@ def garageNotifyLoop(queue):
|
|||
if isFirstRun:
|
||||
isFirstRun = False
|
||||
else:
|
||||
print('waiting to restart garage notify loop')
|
||||
print('waiting to restart garage notify loop', flush=True)
|
||||
sleep(GARAGE_LISTENER_RETRY_INTERVAL_IN_SECONDS)
|
||||
|
||||
print('listening for garage updates')
|
||||
print('listening for garage updates', flush=True)
|
||||
garageListener.listenForNotifications(queue)
|
||||
except HaltException:
|
||||
isRunning = False
|
||||
|
|
Loading…
Reference in New Issue