mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-20 20:08:25 -04:00
Expanded and documented ratchet API
This commit is contained in:
parent
320704f812
commit
9ef10a7b3e
3 changed files with 189 additions and 70 deletions
|
@ -295,6 +295,7 @@ class Reticulum:
|
|||
|
||||
def __start_jobs(self):
|
||||
if self.jobs_thread == None:
|
||||
RNS.Identity._clean_ratchets()
|
||||
self.jobs_thread = threading.Thread(target=self.__jobs)
|
||||
self.jobs_thread.daemon = True
|
||||
self.jobs_thread.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue