mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ def getPlayer():
|
||||
return ("Player not found", 404)
|
||||
return "{}'s Rating: {}".format(p.name, int(p.rating.mu - 2*p.rating.sigma))
|
||||
|
||||
@app.route('/get-outcome-prediction'. methods=["POST"])
|
||||
@app.route('/get-outcome-prediction', methods=["POST"])
|
||||
def getOutcomePrediction():
|
||||
'''Make a prediction based tww submitted teams of players'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user