mirror of
https://github.com/FAUSheppy/skillbird
synced 2026-01-22 06:17:37 +01:00
offer possibility to deal with max-rank exceeding
This commit is contained in:
@@ -26,6 +26,8 @@ def getRankRange():
|
||||
return invalidParameters()
|
||||
|
||||
players = SB.getRankRange(start, end)
|
||||
if type(players) == int:
|
||||
return "MAXENTRY:{}".format(players)
|
||||
return "\n".join([p.serialize() for p in players])
|
||||
|
||||
@app.route('/findplayer')
|
||||
|
||||
Reference in New Issue
Block a user