Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed Aug 6, 2023
1 parent 4bbf04d commit 1739d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glados/glados.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def glados(cookie_string):
options.add_argument("--disable-popup-blocking")

version = get_driver_version()
driver = uc.Chrome(version_main = version, options = options)
driver = uc.Chrome(version_main = 114, options = options)

# Load cookie
driver.get("https://glados.rocks")
Expand Down

0 comments on commit 1739d79

Please sign in to comment.