Simon 3 years ago
parent 58658cb679
commit 4717592970

@ -70,8 +70,8 @@ class reportClient(NetstringReceiver):
def bridgeSend(self,data):
self.BRIDGES = pickle.loads(data)
if cli_args.STATS:
print('There are currently {} active bridges in the bridge table:\n\n'.format(len(self.BRIDGES)))
for _bridge in self.BRIDGES:
print('There are currently {} active bridges in the bridge table:\n'.format(len(self.BRIDGES)))
for _bridge in keys(self.BRIDGES):
print('{},'.format({_bridge}))
else:

Loading…
Cancel
Save

Powered by TurnKey Linux.