mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Improved rnstatus util display
This commit is contained in:
parent
4d4d39651f
commit
059b0743ef
@ -91,7 +91,7 @@ def program_setup(configdir, dispall=False, verbosity = 0):
|
||||
if clients != None:
|
||||
print(" "+clients_string)
|
||||
|
||||
if not (name.startswith("Shared Instance[") or name.startswith("TCPInterface[Client")):
|
||||
if not (name.startswith("Shared Instance[") or name.startswith("TCPInterface[Client") or name.startswith("LocalInterface[")):
|
||||
print(" Mode : {mode}".format(mode=modestr))
|
||||
|
||||
if "i2p_b32" in ifstat:
|
||||
|
Loading…
Reference in New Issue
Block a user