mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-07 15:21:35 +01:00
clarify not implemented status
This commit is contained in:
@@ -13,8 +13,7 @@ def _invalidParameters():
|
||||
|
||||
@app.route('/getplayer')
|
||||
def getPlayer():
|
||||
pname = flask.request.args.get("name")
|
||||
return pname
|
||||
raise NotImplementedError()
|
||||
|
||||
@app.route('/rankrange')
|
||||
def getRankRange():
|
||||
|
||||
Reference in New Issue
Block a user