update version

This commit is contained in:
Pablo Revilla
2025-06-26 18:33:35 -07:00
parent a58aa5b211
commit 621d347849
+1 -1
View File
@@ -164,7 +164,7 @@ def node_id_to_hex(node_id):
if node_id == 4294967295:
return "^all"
else:
return f"!{hex(node_id)[2:].zfill(8)}"
return f"!{hex(node_id)[2:]}"
def format_timestamp(timestamp):