commit a339cf586cb320223d996666cc27767affb82cff Author: delber delber@riseup.net Date: Sat Jul 14 13:07:13 2012 +0000
task-6329: Remove extra whitespaces --- task-6329/tor-relays-stats.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/task-6329/tor-relays-stats.py b/task-6329/tor-relays-stats.py index 0aa4854..822317a 100755 --- a/task-6329/tor-relays-stats.py +++ b/task-6329/tor-relays-stats.py @@ -86,7 +86,6 @@ class RelayStats(object): top = sorted(relays, key=operator.itemgetter('consensus_weight')) total_consensus_weight = self.get_total_consensus_weight() for relay in top[-count:]: - print "%3.4f%% %-20s %s" % (relay['consensus_weight'] * 100.0 / total_consensus_weight, relay['nickname'], relay['fingerprint'])
OUTPUTS = {