mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-19 12:14:09 -04:00
Cleanup
This commit is contained in:
parent
09b34d34c6
commit
c668a51e39
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue