identify as CLARA

This commit is contained in:
N0\A
2025-10-24 19:47:28 +02:00
parent cde0182101
commit 1189b2f53e

View File

@@ -58,10 +58,10 @@ class DuktoProtocol:
self.local_tcp_port = tcp_port
def get_system_signature(self) -> str:
username = getpass.getuser()
name = getpass.getuser() + "'s CLARA"
hostname = socket.gethostname()
system = platform.system()
return f"{username} at {hostname} ({system})"
return f"{name} at {hostname} ({system})"
def initialize(self):
# UDP Socket for peer discovery