Add buttons to image viewer
This commit is contained in:
@@ -259,7 +259,6 @@ class Backend:
|
||||
while True:
|
||||
for client in self.clients.values():
|
||||
if client.healthy:
|
||||
print( client, client.first_sync_done)
|
||||
return client
|
||||
|
||||
if failures and failures % 300 == 0:
|
||||
|
Reference in New Issue
Block a user