mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-17 05:14:50 -07:00
Fixed potential division by zero
This commit is contained in:
@@ -68,6 +68,7 @@ class Interface:
|
||||
self.txb = 0
|
||||
self.created = time.time()
|
||||
self.online = False
|
||||
self.bitrate = 1e6
|
||||
|
||||
self.ingress_control = True
|
||||
self.ic_max_held_announces = Interface.MAX_HELD_ANNOUNCES
|
||||
|
||||
Reference in New Issue
Block a user