This commit is contained in:
Logan Cusano
2025-06-07 23:24:35 -04:00
parent 4a93cf5c71
commit c0d363cb79

View File

@@ -1,7 +1,7 @@
import socket import socket
import httpx import httpx
def generate_unit_registration_id(): def generate_node_nickname():
""" """
Generates a temporary unit registration ID in the format: Generates a temporary unit registration ID in the format:
"Node-{last octet of local IP}-{last octet of public IP}". "Node-{last octet of local IP}-{last octet of public IP}".