From b8404bcd0c69891e98ef793e65e1e9184f1013c3 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 6 May 2024 22:35:42 -0400 Subject: [PATCH] Fixed indentation (fuck vscode) --- meshmqtt.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meshmqtt.py b/meshmqtt.py index 6c77ab8..f6fb00c 100644 --- a/meshmqtt.py +++ b/meshmqtt.py @@ -64,11 +64,11 @@ def decode_encrypted(message_packet): } logging.info('Received text message:') logging.info(text) - + elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP: - pos = mesh_pb2.Position() - pos.ParseFromString(message_packet.decoded.payload) - logging.info('Received map report:') + pos = mesh_pb2.Position() + pos.ParseFromString(message_packet.decoded.payload) + logging.info('Received map report:') logging.info(pos) elif message_packet.decoded.portnum == portnums_pb2.NODEINFO_APP: