Skip to content

Commit da2fd50

Browse files
committed
remove references to star list api and "official" api
1 parent 604f9fb commit da2fd50

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

brawlstats/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, token, session=None, timeout=30, is_async=False, **options):
6969
}
7070

7171
def __repr__(self):
72-
return '<OfficialAPI-Client async={} timeout={} debug={}>'.format(self.is_async, self.timeout, self.debug)
72+
return '<Client async={} timeout={} debug={}>'.format(self.is_async, self.timeout, self.debug)
7373

7474
def close(self):
7575
return self.session.close()

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ commands =
1515
flake8
1616
pytest
1717
passenv =
18-
unofficial_token
19-
official_token
20-
official_api_url
18+
token
19+
base_url

0 commit comments

Comments
 (0)