Fixed rnstatus output
This commit is contained in:
parent
1749393732
commit
cd6427cc9d
@ -55,6 +55,8 @@ def program_setup(configdir, dispall=False, verbosity = 0):
|
|||||||
print("\t"+clients_string)
|
print("\t"+clients_string)
|
||||||
print("\tRX: {rxb}\n\tTX: {txb}".format(rxb=size_str(ifstat["rxb"]), txb=size_str(ifstat["txb"])))
|
print("\tRX: {rxb}\n\tTX: {txb}".format(rxb=size_str(ifstat["rxb"]), txb=size_str(ifstat["txb"])))
|
||||||
|
|
||||||
|
print("")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("Could not get RNS status")
|
print("Could not get RNS status")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user