Display net_id as hex in Python example
This commit is contained in:
@@ -65,7 +65,7 @@ def main():
|
|||||||
print_usage()
|
print_usage()
|
||||||
print("mode = ", mode)
|
print("mode = ", mode)
|
||||||
print("storage_path = ", storage_path)
|
print("storage_path = ", storage_path)
|
||||||
print("net_id = ", net_id)
|
print("net_id = ", hex(net_id))
|
||||||
print("remote_ip = ", remote_ip)
|
print("remote_ip = ", remote_ip)
|
||||||
print("remote_port = ", remote_port)
|
print("remote_port = ", remote_port)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user