mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
10:25
This commit is contained in:
parent
9c033eff31
commit
2275fbcfb3
@ -332,7 +332,7 @@ def load_metrics(apikey, competition, match, group_name):
|
||||
|
||||
metrics = db_data["metrics"]
|
||||
elo = metrics["elo"]
|
||||
gl2 = metrics["gliko2"]
|
||||
gl2 = metrics["gl2"]
|
||||
ts = metrics["trueskill"]
|
||||
|
||||
group[team] = {"elo": elo, "gl2": gl2, "ts": ts}
|
||||
|
Loading…
Reference in New Issue
Block a user