mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +01:00
Fixed bugz0r I added.
This commit is contained in:
parent
eb0f810a47
commit
781edef0eb
@ -661,7 +661,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
"""
|
"""
|
||||||
L = module.__contributors__.items()
|
L = module.__contributors__.items()
|
||||||
def negativeSecondElement(x):
|
def negativeSecondElement(x):
|
||||||
return -x[1]
|
return -len(x[1])
|
||||||
utils.sortBy(negativeSecondElement, L)
|
utils.sortBy(negativeSecondElement, L)
|
||||||
return [t[0] for t in L]
|
return [t[0] for t in L]
|
||||||
def buildPeopleString(module):
|
def buildPeopleString(module):
|
||||||
|
Loading…
Reference in New Issue
Block a user