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 1e44489 + 16f8d21 commit 1575fafCopy full SHA for 1575faf
browserstack/local.py
@@ -59,7 +59,7 @@ def start(self, **kwargs):
59
data = json.loads(err.decode())
60
61
if data['state'] != "connected":
62
- raise BrowserStackLocalError(data["message"])
+ raise BrowserStackLocalError(data["message"]["message"])
63
else:
64
self.pid = data['pid']
65
except ValueError:
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'browserstack-local',
4
packages = ['browserstack'],
5
- version = '1.1.0',
+ version = '1.2.0',
6
description = 'Python bindings for Browserstack Local',
7
author = 'BrowserStack',
8
author_email = 'support@browserstack.com',
0 commit comments