mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-08 01:15:43 -04:00
Updated documentation
This commit is contained in:
parent
be8389a906
commit
b21e0bee20
22 changed files with 106 additions and 55 deletions
|
@ -32,8 +32,8 @@ def program_setup(configdir, dispall=False, verbosity = 0):
|
|||
for ifstat in ifstats:
|
||||
name = ifstat["name"]
|
||||
|
||||
print("")
|
||||
if dispall or not (name.startswith("LocalInterface[") or name.startswith("TCPInterface[Client")):
|
||||
print("")
|
||||
if ifstat["status"]:
|
||||
ss = "Up"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue