mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-07 06:22:47 -04:00
Cleanup
This commit is contained in:
parent
b0944429db
commit
d3533e17e8
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class BackboneInterface(Interface):
|
||||||
self.bind_ip = bind_address[0]
|
self.bind_ip = bind_address[0]
|
||||||
self.owner = owner
|
self.owner = owner
|
||||||
|
|
||||||
BackboneInterface.add_listener(bind_address)
|
BackboneInterface.add_listener(self, bind_address)
|
||||||
self.bitrate = self.BITRATE_GUESS
|
self.bitrate = self.BITRATE_GUESS
|
||||||
self.online = True
|
self.online = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue