From fc00d9a5aa6ed8bb39c42275af30817cd82eabe4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 20 Dec 2025 14:00:42 +0100 Subject: [PATCH] Cleanup --- RNS/Interfaces/AutoInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index 8400993..f48726d 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -578,7 +578,7 @@ class AutoInterface(Interface): if self.online and addr in self.spawned_interfaces: self.spawned_interfaces[addr].process_incoming(data, addr) - def process_outgoing(self,data): pass + def process_outgoing(self, data): pass # Ingress limiting happens on peer sub-interfaces def should_ingress_limit(self): return False