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:
|
if clients != None:
|
||||||
print(" "+clients_string)
|
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))
|
print(" Mode : {mode}".format(mode=modestr))
|
||||||
|
|
||||||
if "i2p_b32" in ifstat:
|
if "i2p_b32" in ifstat:
|
||||||
|
|
Loading…
Reference in New Issue