Fixed rendering in rnpath utility

This commit is contained in:
Mark Qvist 2022-09-14 00:07:23 +02:00
parent fd35451927
commit 3e380a8fc7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ def program_setup(configdir, table, rates, drop, destination_hexhash, verbosity,
print("\rPath found, destination "+RNS.prettyhexrep(destination_hash)+" is "+str(hops)+" hop"+ms+" away via "+next_hop+" on "+next_hop_interface)
else:
print("\r \rPath not found")
print("\r \rPath not found")
sys.exit(1)