From c1b68fb55562beb54d37c8027a0e4fc838598a07 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 25 Aug 2022 16:16:55 +0100 Subject: [PATCH] ldkfl --- report_receiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_receiver.py b/report_receiver.py index c07474b..97893fd 100644 --- a/report_receiver.py +++ b/report_receiver.py @@ -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: