mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-08 14:32:47 -04:00
Cleanup
This commit is contained in:
parent
4cd94c776a
commit
7170573da7
4 changed files with 8 additions and 5 deletions
|
@ -586,9 +586,11 @@ def fetch(configdir, verbosity = 0, quietness = 0, destination = None, file = No
|
|||
else:
|
||||
print("\n"+str(file)+" fetched from "+RNS.prettyhexrep(destination_hash))
|
||||
link.teardown()
|
||||
time.sleep(0.1)
|
||||
RNS.exit(0)
|
||||
|
||||
link.teardown()
|
||||
time.sleep(0.1)
|
||||
RNS.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue