Change rating system (DMOJ)

This commit is contained in:
cuom1999 2021-12-08 23:52:52 -06:00
parent e261fc9e3b
commit b6556a93f5
9 changed files with 369 additions and 117 deletions

View file

@ -89,7 +89,6 @@ def api_v2_user_info(request):
resp['contests'] = {
"current_rating": last_rating[0].rating if last_rating else None,
"volatility": last_rating[0].volatility if last_rating else None,
'history': contest_history,
}