1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-07 19:07:23 +00:00
This commit is contained in:
Dev Singh 2020-03-06 10:25:20 -06:00
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}