mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 19:23:35 -07:00
Updated deprecated threading API call and updated docs
This commit is contained in:
@@ -96,7 +96,7 @@ class PipeInterface(Interface):
|
||||
def configure_pipe(self):
|
||||
sleep(0.01)
|
||||
thread = threading.Thread(target=self.readLoop)
|
||||
thread.setDaemon(True)
|
||||
thread.daemon = True
|
||||
thread.start()
|
||||
self.online = True
|
||||
RNS.log("Subprocess pipe for "+str(self)+" is now connected", RNS.LOG_VERBOSE)
|
||||
|
||||
Reference in New Issue
Block a user