Skip to content

Commit 26c89ea

Browse files
committed
init
pubsub.core.topicargspec.SenderUnknownMsgDataError: Some optional args unknown in call to sendMessage('('meshtastic', 'receive')', packet,interface): interface
1 parent 6ec506f commit 26c89ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/mesh_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,5 +1539,5 @@ def _handlePacketFromRadio(self, meshPacket, hack=False):
15391539

15401540
logging.debug(f"Publishing {topic}: packet={stripnl(asDict)} ")
15411541
publishingThread.queueWork(
1542-
lambda: pub.sendMessage(topic, packet=asDict, interface=self)
1542+
lambda: pub.sendMessage(topic, packet=asDict)
15431543
)

0 commit comments

Comments
 (0)