mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-16 15:47:21 +01:00
Merge pull request #1288 from s-i-newton/testing
Typo in Aka readme and unused variable in Karma
This commit is contained in:
commit
060e1506d8
@ -66,7 +66,7 @@ their most recently played item.
|
|||||||
This `lastfm` aka requires the following plugins to be loaded: `RSS`,
|
This `lastfm` aka requires the following plugins to be loaded: `RSS`,
|
||||||
`Format` and `Web`.
|
`Format` and `Web`.
|
||||||
|
|
||||||
`RSS` provides `rss`, `Format provides `concat` and `Web` provides
|
`RSS` provides `rss`, `Format` provides `concat` and `Web` provides
|
||||||
`urlquote`.
|
`urlquote`.
|
||||||
|
|
||||||
Note that if the nested commands being aliased hadn't been quoted, then
|
Note that if the nested commands being aliased hadn't been quoted, then
|
||||||
|
|||||||
@ -338,7 +338,6 @@ class Karma(callbacks.Plugin):
|
|||||||
'things.'))
|
'things.'))
|
||||||
else: # No name was given. Return the top/bottom N karmas.
|
else: # No name was given. Return the top/bottom N karmas.
|
||||||
limit = self.registryValue('rankingDisplay', channel)
|
limit = self.registryValue('rankingDisplay', channel)
|
||||||
top = self.db.top(channel, limit)
|
|
||||||
highest = [format('%q (%s)', s, t)
|
highest = [format('%q (%s)', s, t)
|
||||||
for (s, t) in self.db.top(channel, limit)]
|
for (s, t) in self.db.top(channel, limit)]
|
||||||
lowest = [format('%q (%s)', s, t)
|
lowest = [format('%q (%s)', s, t)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user