mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 15:14:53 -04:00
Updated docs
This commit is contained in:
parent
c14f6aa14a
commit
dcde5035b9
29 changed files with 2335 additions and 59 deletions
|
@ -40,7 +40,7 @@ def program_setup(configdir, destination_hexhash, verbosity):
|
|||
next_hop = RNS.prettyhexrep(reticulum.get_next_hop(destination_hash))
|
||||
next_hop_interface = reticulum.get_next_hop_if_name(destination_hash)
|
||||
|
||||
if hops > 1:
|
||||
if hops != 1:
|
||||
ms = "s"
|
||||
else:
|
||||
ms = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue