Fixed indentation (fuck vscode)

This commit is contained in:
Dionysus 2024-05-06 22:35:42 -04:00
parent 337c701835
commit b8404bcd0c
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -66,9 +66,9 @@ def decode_encrypted(message_packet):
logging.info(text) logging.info(text)
elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP: elif message_packet.decoded.portnum == portnums_pb2.MAP_REPORT_APP:
pos = mesh_pb2.Position() pos = mesh_pb2.Position()
pos.ParseFromString(message_packet.decoded.payload) pos.ParseFromString(message_packet.decoded.payload)
logging.info('Received map report:') logging.info('Received map report:')
logging.info(pos) logging.info(pos)
elif message_packet.decoded.portnum == portnums_pb2.NODEINFO_APP: elif message_packet.decoded.portnum == portnums_pb2.NODEINFO_APP: