Closed 0x3444ac53 closed 6 years ago
This issue is related with #6 and (partially) fixed. Please update the library 😄
Hi jonghwanhyeon, thank you for making this, however I am also having this 'NoneType' object has no attribute 'group' issue.
"
`>>> stats = overwatch.stats.query('xbl', 'Slvrsun') Traceback (most recent call last): File "", line 1, in
File "/home/ellie/.local/lib/python3.7/site-packages/overwatch/stats/init.py", line 28, in query
output['level'] = extract_level(tree)
File "/home/ellie/.local/lib/python3.7/site-packages/overwatch/stats/extractors.py", line 38, in extract_level
base_level = LEVEL_IDS[match.group(1)]
AttributeError: 'NoneType' object has no attribute 'group'