mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-13 00:03:32 -07:00
Fix string representation
This commit is contained in:
@@ -329,7 +329,8 @@ class LocalClientInterface(Interface):
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return "LocalInterface["+str(self.target_port)+"]"
|
||||
if self.socket_path: return "Shared Instance["+str(self.socket_path.replace("\0", ""))+"]"
|
||||
else: return "Shared Instance["+str(self.target_port)+"]"
|
||||
|
||||
|
||||
class LocalServerInterface(Interface):
|
||||
|
||||
Reference in New Issue
Block a user