Skip to content

Commit 15ce496

Browse files
committed
pylint fix
1 parent 9c0b253 commit 15ce496

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

meshtastic/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def onReceive(packet, interface) -> None:
9797
interface.sendText(reply,channelIndex=rxChannel)
9898
else:
9999
print(f"Ignored message on channel {rxChannel} (waiting for channel {targetChannel})")
100-
101100

102101
except Exception as ex:
103102
print(f"Warning: Error processing received packet: {ex}.")

0 commit comments

Comments
 (0)