mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-04-21 18:58:56 -04:00
don't dump the whole packet
This commit is contained in:
parent
a5ef1f10d4
commit
bb7a5ed08e
@ -200,7 +200,7 @@ class WeewxMQTTThread(threads.APRSDThread):
|
||||
|
||||
def on_message(self, client, userdata, msg):
|
||||
wx_data = json.loads(msg.payload)
|
||||
LOG.debug(f"Got WX data {wx_data}")
|
||||
LOG.debug("Got WX data")
|
||||
# Make sure we have only 1 item in the queue
|
||||
if self.msg_queue.qsize() >= 1:
|
||||
self.msg_queue.clear()
|
||||
|
Loading…
Reference in New Issue
Block a user