diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index 043881a4..25e2cd6c 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -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)