From afbefc5f2b4bf19b96392f213ffbc31758565953 Mon Sep 17 00:00:00 2001 From: Marc Chevalier Date: Thu, 4 May 2017 14:44:00 +0200 Subject: [PATCH] Karma: remove unused variable in karma command --- plugins/Karma/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Karma/plugin.py b/plugins/Karma/plugin.py index d3d1f8698..34ad3d737 100644 --- a/plugins/Karma/plugin.py +++ b/plugins/Karma/plugin.py @@ -338,7 +338,6 @@ class Karma(callbacks.Plugin): 'things.')) else: # No name was given. Return the top/bottom N karmas. limit = self.registryValue('rankingDisplay', channel) - top = self.db.top(channel, limit) highest = [format('%q (%s)', s, t) for (s, t) in self.db.top(channel, limit)] lowest = [format('%q (%s)', s, t)