We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8a28a commit fde25e7Copy full SHA for fde25e7
1 file changed
browserstack/local_binary.py
@@ -46,7 +46,7 @@ def __available_dir(self):
46
raise BrowserStackLocalError('Error trying to download BrowserStack Local binary')
47
48
def download(self, chunk_size=8192, progress_hook=None):
49
- response = urllib2.urlopen(self.http_path)
+ response = urlopen(self.http_path)
50
total_size = int(response.info().getheader('Content-Length').strip())
51
bytes_so_far = 0
52
0 commit comments