Skip to content

Commit 7d49dfb

Browse files
committed
Version bump 1.2.11
1 parent 2482e0e commit 7d49dfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

browserstack/local_binary.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import gzip
44
import json
55

6+
# import ssl
7+
68
try:
79
from urllib.request import urlopen, Request
810
except ImportError:
@@ -42,11 +44,13 @@ def __init__(self, key, error_object=None):
4244

4345
def fetch_source_url(self):
4446
url = "https://local.browserstack.com/binary/api/v1/endpoint"
47+
# url = "https://k8s-wtf2.bsstag.com/binary/api/v1/endpoint"
4548
headers = {
4649
"Content-Type": "application/json",
4750
"Accept": "application/json"
4851
}
4952
data = {"auth_token": self.key}
53+
# data = {"auth_token": "xtvm6ygszp1JksZjC1NF"}
5054

5155
if self.error_object is not None:
5256
data["error_message"] = str(self.error_object)

0 commit comments

Comments
 (0)