dukto fix try
This commit is contained in:
@@ -62,7 +62,8 @@ class DuktoProtocol:
|
|||||||
name = getpass.getuser() + "'s CLARA"
|
name = getpass.getuser() + "'s CLARA"
|
||||||
hostname = socket.gethostname()
|
hostname = socket.gethostname()
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
return f"{name} at {hostname} ({system})"
|
pid = os.getpid()
|
||||||
|
return f"{name} at {hostname} ({system}) [PID:{pid}]"
|
||||||
|
|
||||||
def initialize(self):
|
def initialize(self):
|
||||||
# UDP Socket for peer discovery
|
# UDP Socket for peer discovery
|
||||||
|
|||||||
Reference in New Issue
Block a user