mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-20 04:34:19 -04:00
Updated example
This commit is contained in:
parent
4a69ce5a98
commit
1eea1a6a22
1 changed files with 1 additions and 2 deletions
|
@ -449,8 +449,7 @@ def link_established(link):
|
||||||
# And set up a small job to check for
|
# And set up a small job to check for
|
||||||
# a potential timeout in receiving the
|
# a potential timeout in receiving the
|
||||||
# file list
|
# file list
|
||||||
thread = threading.Thread(target=filelist_timeout_job)
|
thread = threading.Thread(target=filelist_timeout_job, daemon=True)
|
||||||
thread.setDaemon(True)
|
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
# This job just sleeps for the specified
|
# This job just sleeps for the specified
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue