Display net_id as hex in Python example

This commit is contained in:
Joseph Henry
2022-01-11 20:33:54 -08:00
parent f601602cdb
commit 0f501655fe

View File

@@ -65,7 +65,7 @@ def main():
print_usage()
print("mode = ", mode)
print("storage_path = ", storage_path)
print("net_id = ", net_id)
print("net_id = ", hex(net_id))
print("remote_ip = ", remote_ip)
print("remote_port = ", remote_port)