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