This commit is contained in:
Mark Qvist 2022-10-13 21:22:16 +02:00
parent 76e0d20a9b
commit 7b7903be8d
4 changed files with 5 additions and 10 deletions

View file

@ -1062,8 +1062,7 @@ class SidebandCore():
self.periodic_thread.start()
def __start_jobs_immediate(self):
# TODO: Reset
if True or self.log_verbose:
if self.log_verbose:
selected_level = 7
else:
selected_level = 2
@ -1227,8 +1226,6 @@ class SidebandCore():
RNS.log("Error while adding RNode Interface. The contained exception was: "+str(e))
self.interface_rnode = None
RNS.log("Reticulum started, activating LXMF...")
self.setstate("init.loadingstate", "Activating LXMF Router")
self.message_router = LXMF.LXMRouter(identity = self.identity, storagepath = self.lxmf_storage, autopeer = True)