style(connector.py): add empty line for clarity
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user