From d3533e17e8a94bff19a7e8624e8a2dd6c6cd4b9b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 7 Apr 2025 01:42:49 +0200 Subject: [PATCH] Cleanup --- RNS/Interfaces/BackboneInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/BackboneInterface.py b/RNS/Interfaces/BackboneInterface.py index 5cdd73e..bb6630e 100644 --- a/RNS/Interfaces/BackboneInterface.py +++ b/RNS/Interfaces/BackboneInterface.py @@ -131,7 +131,7 @@ class BackboneInterface(Interface): self.bind_ip = bind_address[0] self.owner = owner - BackboneInterface.add_listener(bind_address) + BackboneInterface.add_listener(self, bind_address) self.bitrate = self.BITRATE_GUESS self.online = True