mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-15 08:38:47 -05:00
Cleanup
This commit is contained in:
parent
76e0d20a9b
commit
7b7903be8d
4 changed files with 5 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue