This commit is contained in:
Mark Qvist 2025-04-07 01:04:37 +02:00
parent 4cd94c776a
commit 7170573da7
4 changed files with 8 additions and 5 deletions

View file

@ -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)