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