mirror of
https://github.com/outbackdingo/Reticulum.git
synced 2026-03-21 01:40:06 +00:00
Improved rnstatus util display
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user