mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-01-18 16:30:33 +00:00
Cleanup
This commit is contained in:
parent
09b34d34c6
commit
c668a51e39
@ -596,7 +596,6 @@ class TCPServerInterface(Interface):
|
|||||||
def process_outgoing(self, data):
|
def process_outgoing(self, data):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def detach(self):
|
def detach(self):
|
||||||
if self.server != None:
|
if self.server != None:
|
||||||
if hasattr(self.server, "shutdown"):
|
if hasattr(self.server, "shutdown"):
|
||||||
|
Loading…
Reference in New Issue
Block a user