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.
1 parent 349f0d8 commit 29d9194Copy full SHA for 29d9194
browserstack/local_binary.py
@@ -21,8 +21,6 @@ def __init__(self):
21
self.is_windows = False
22
osname = platform.system()
23
source_url = "https://www.browserstack.com/local-testing/downloads/binaries/"
24
- if os.environ.get('BROWSERSTACK_LOCAL_BIN_URL'):
25
- source_url = os.environ.get('BROWSERSTACK_LOCAL_BIN_URL')
26
27
if osname == 'Darwin':
28
self.http_path = source_url + "BrowserStackLocal-darwin-x64"
0 commit comments