update node_wifi_radio.py

This commit is contained in:
wwj718 2024-01-25 20:44:07 +08:00
parent 27e826aded
commit 114d6d3105

View File

@ -47,7 +47,6 @@ class WifiRadioNode(AdapterNode):
message["payload"]["content"] = {
"last_number": self.radio.last_number,
"last_string": self.radio.last_string,
"timestamp": time.time()
}
self.publish(message)