Closed pgAdmin closed 4 years ago
@pgAdmin You have to check decode the response you get from google because it is returned in bytes.
try:
response = request.urlopen(CHROMEDRIVER_LATEST_RELEASE_URL)
content = response.read()
return str(content.decode())
@NickGrantONS @peterhudec @pgAdmin Can you please approve the merge or make the necessary changes to allow the fix to be implemented?