mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-05 05:30:51 -04:00
Updated deprecated threading API call and updated docs
This commit is contained in:
parent
683881d6cd
commit
c18806c912
18 changed files with 38 additions and 42 deletions
|
@ -165,7 +165,7 @@ class Transport:
|
|||
|
||||
Transport.jobs_running = False
|
||||
thread = threading.Thread(target=Transport.jobloop)
|
||||
thread.setDaemon(True)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
|
||||
if RNS.Reticulum.transport_enabled():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue