mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Karma: remove unused variable in karma command
This commit is contained in:
parent
99b4a7289b
commit
afbefc5f2b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user