From 0ab813f83422c7b897ca92d7bc3e37f97b0bf923 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sat, 8 Oct 2016 01:20:43 -0500 Subject: [PATCH] Removed losses from overwatch stats, as they're completely broken on blizzard's side --- cogs/overwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/overwatch.py b/cogs/overwatch.py index 935f37e..a42b164 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -14,7 +14,7 @@ base_url = "https://api.owapi.net/api/v2/u/" # This sets an easy way to use list comprehension later, to print all possible things we want, if it exists check_g_stats = ["eliminations", "deaths", 'kpd', 'wins', 'losses', 'time_played', 'cards', 'damage_done', 'healing_done', 'multikills'] -check_o_stats = ['wins', 'losses'] +check_o_stats = ['wins'] class Overwatch: