Skip to content

Commit fe35fc8

Browse files
authored
Merge pull request #80 from glmn/master
Switch to actual PUBG API domain
2 parents 48f9967 + 1c61f94 commit fe35fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubg_python/clients.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def request(self, endpoint):
3636

3737
class APIClient(Client):
3838

39-
BASE_URL = 'https://api.playbattlegrounds.com/'
39+
BASE_URL = 'https://api.pubg.com/'
4040

4141
def __init__(self, api_key):
4242
super().__init__()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='pubg-python',
14-
version='0.11.1',
14+
version='0.11.2',
1515
description='A python wrapper for the PUBG developer API',
1616
long_description=read('README.md'),
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)