Simon 3 years ago
parent 4717592970
commit 3d8ca5a074

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

Loading…
Cancel
Save

Powered by TurnKey Linux.