We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35afb53 + b271687 commit 19f31f9Copy full SHA for 19f31f9
browserstack/local_binary.py
@@ -44,7 +44,8 @@ def fetch_source_url(self):
44
url = "https://local.browserstack.com/binary/api/v1/endpoint"
45
headers = {
46
"Content-Type": "application/json",
47
- "Accept": "application/json"
+ "Accept": "application/json",
48
+ "User-Agent": '/'.join(('browserstack-local-python', LocalBinary._version))
49
}
50
data = {"auth_token": self.key}
51
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name = 'browserstack-local',
7
packages = ['browserstack'],
8
- version = '1.2.11',
+ version = '1.2.12',
9
description = 'Python bindings for Browserstack Local',
10
long_description=open('README.md').read(),
11
long_description_content_type='text/markdown',
0 commit comments