pylint fix

This commit is contained in:
Ian McEwen
2026-05-31 12:48:18 -07:00
parent 9c0b253103
commit 15ce4968db

View File

@@ -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}.")