2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-19 10:00:46 +00:00

Merge branch 'master' into osdeploy

This commit is contained in:
Jarrod Johnson
2020-03-11 14:00:52 -04:00
+1 -1
View File
@@ -965,7 +965,7 @@ def main():
try:
server_connect()
connected = True
except (socket.gaierror, socket.error):
except Exception:
pass
if not connected:
time.sleep(1)