2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 05:50:30 +00:00

Merge branch 'master' into osdeploy

This commit is contained in:
Jarrod Johnson
2020-03-11 14:00:52 -04:00

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)