Change rating system (DMOJ)
This commit is contained in:
parent
e261fc9e3b
commit
b6556a93f5
9 changed files with 369 additions and 117 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue