Changed transport init

This commit is contained in:
Mark Qvist
2020-05-14 16:23:13 +02:00
parent bbf79e1133
commit e3bd91b82d
+1 -1
View File
@@ -72,7 +72,7 @@ class Reticulum:
self.applyConfig()
RNS.Identity.loadKnownDestinations()
RNS.Transport.start()
RNS.Transport.start(self)
atexit.register(Reticulum.exit_handler)