From f716c0f770c3a482350089348fa919a626452bf4 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Tue, 14 Feb 2017 15:56:06 +0530 Subject: fixed that one typo --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index e83b175..a6f3836 100644 --- a/api.py +++ b/api.py @@ -63,7 +63,7 @@ FALSE AS "surrender", 0 AS "jungleMinionsSlayed", 0 AS "turretsDestroyed", (attributes->'stats'->>'heroKills')::int AS "kills", -0 AS "assits", +0 AS "assists", 0 AS "deaths", (attributes->'stats'->>'krakenCaptures')::int AS "krakenCaptures", 0 AS "goldMineCaptures", -- cgit v1.3.1