mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
fix missing object values
This commit is contained in:
parent
94179f9779
commit
a500b58d05
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ class WebsocketServerInterface(Interface):
|
|||
spawned_interface.parent_interface = self
|
||||
spawned_interface.online = True
|
||||
|
||||
# todo implement?
|
||||
spawned_interface.announce_rate_target = None
|
||||
spawned_interface.announce_rate_grace = None
|
||||
spawned_interface.announce_rate_penalty = None
|
||||
|
||||
# todo ifac?
|
||||
# todo announce rates?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue