don't dump the whole packet

This commit is contained in:
Hemna 2022-12-22 08:24:21 -05:00
parent a5ef1f10d4
commit bb7a5ed08e
1 changed files with 1 additions and 1 deletions

View File

@ -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()