debug
Simon 3 years ago
parent 3d8ca5a074
commit c1b68fb555

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

Loading…
Cancel
Save

Powered by TurnKey Linux.