mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-28 23:00:41 +00:00
fix: remove trailing whitespace in core.py (W293)
This commit is contained in:
+1
-1
@@ -1157,7 +1157,7 @@ long_jokes = false
|
||||
# Register signal handlers
|
||||
signal.signal(signal.SIGTERM, signal_handler)
|
||||
signal.signal(signal.SIGINT, signal_handler)
|
||||
|
||||
|
||||
async def _attempt_reconnect(self) -> bool:
|
||||
"""Attempt to reconnect to the MeshCore node with exponential backoff.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user