Cleanup
Some checks failed
Build Reticulum / test (push) Has been cancelled
Build Reticulum / package (push) Has been cancelled
Build Reticulum / release (push) Has been cancelled

This commit is contained in:
Mark Qvist 2025-04-07 01:42:49 +02:00
parent b0944429db
commit d3533e17e8

View File

@ -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