mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
pylint fix
This commit is contained in:
@@ -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