style(connector.py): add empty line for clarity

This commit is contained in:
2025-08-30 18:41:13 +02:00
parent 8d06775c27
commit a25908bf46

View File

@@ -118,6 +118,7 @@ class Connector:
self.logger.warning(
"[!] Data not acknowledged, retrying..."
)
except BrokenPipeError as e:
self.logger.error(f"[!] Broken pipe: {e}")
self.logger.info("[.] Reconnecting...")