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)