mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
pylint fix
This commit is contained in:
1 file changed
-1
@@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None:
|
||||
interface.sendText(reply,channelIndex=rxChannel)
|
||||
else:
|
||||
print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})")
|
||||
|
||||
|
||||
except Exception as ex:
|
||||
print(f"Warning: Error processing received packet: {ex}.")
|
||||
|
||||
Reference in new issue
Block a user