Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
umbresp committed Feb 13, 2018
1 parent 1e57a85 commit a56fc99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions brawlstars/asyncclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ async def get_player(self, tag=None):
except Exception:
raise InvalidArg('tag')

if data['status']:
raise HTTPError(data['reason'])

data = Box(data)
player = Player(data)
Expand Down
2 changes: 0 additions & 2 deletions brawlstars/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def get_player(self, tag=None):
except:
raise Timeout()

if data['status']:
raise HTTPError(data['reason'])

data = Box(data)
player = Player(data)
Expand Down
Binary file added dist/brawlstars-0.2.0.tar.gz
Binary file not shown.

0 comments on commit a56fc99

Please sign in to comment.