mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-21 18:22:50 +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()
|
||||
def negativeSecondElement(x):
|
||||
return -x[1]
|
||||
return -len(x[1])
|
||||
utils.sortBy(negativeSecondElement, L)
|
||||
return [t[0] for t in L]
|
||||
def buildPeopleString(module):
|
||||
|
Loading…
Reference in New Issue
Block a user