mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-03-12 17:06:27 -04:00
Fixed AutoInterface deferred init
This commit is contained in:
parent
17ce91a4a2
commit
aaa88e9b7d
@ -808,6 +808,7 @@ class Reticulum:
|
||||
interface.ifac_signature = interface.ifac_identity.sign(RNS.Identity.full_hash(interface.ifac_key))
|
||||
|
||||
RNS.Transport.interfaces.append(interface)
|
||||
interface.final_init()
|
||||
|
||||
def _should_persist_data(self):
|
||||
if time.time() > self.last_data_persist+Reticulum.GRACIOUS_PERSIST_INTERVAL:
|
||||
|
Loading…
x
Reference in New Issue
Block a user