update version

This commit is contained in:
Pablo Revilla
2025-06-24 13:08:19 -07:00
parent 66a9dc510d
commit 7d8a757788

View File

@@ -38,6 +38,7 @@ async def get_topic_envelopes(mqtt_server, mqtt_port, topics, mqtt_user, mqtt_pa
async for msg in client.messages:
try:
envelope = ServiceEnvelope.FromString(msg.payload)
print(envelope)
except DecodeError:
continue
decrypt(envelope.packet)