dukto fix try

This commit is contained in:
N0\A
2025-10-29 13:23:38 +01:00
parent 301a0eb264
commit 87e0b30ce0

View File

@@ -62,7 +62,8 @@ class DuktoProtocol:
name = getpass.getuser() + "'s CLARA"
hostname = socket.gethostname()
system = platform.system()
return f"{name} at {hostname} ({system})"
pid = os.getpid()
return f"{name} at {hostname} ({system}) [PID:{pid}]"
def initialize(self):
# UDP Socket for peer discovery