From c668a51e39a718378fe139b3bc0fdbdcd3eb223b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 10 Jan 2025 12:39:25 +0100 Subject: [PATCH] Cleanup --- RNS/Interfaces/TCPInterface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RNS/Interfaces/TCPInterface.py b/RNS/Interfaces/TCPInterface.py index a89d065..0c6aebb 100644 --- a/RNS/Interfaces/TCPInterface.py +++ b/RNS/Interfaces/TCPInterface.py @@ -596,7 +596,6 @@ class TCPServerInterface(Interface): def process_outgoing(self, data): pass - def detach(self): if self.server != None: if hasattr(self.server, "shutdown"):