1
0
Fork 0
mirror of synced 2024-06-26 10:10:44 +12:00

Removed losses from overwatch stats, as they're completely broken on blizzard's side

This commit is contained in:
phxntxm 2016-10-08 01:20:43 -05:00
parent 12d3170bd8
commit 0ab813f834

View file

@ -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: