Skip to content

Commit

Permalink
Update zodgame.py (#33)
Browse files Browse the repository at this point in the history
修复报错
  • Loading branch information
gggssepgf authored Sep 26, 2023
1 parent 1bc857c commit 26f850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zodgame/zodgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def show_task_reward(driver):
def zodgame(cookie_string):
options = uc.ChromeOptions()
options.add_argument("--disable-popup-blocking")

options.add_argument("--headless")
driver = uc.Chrome(driver_executable_path = """C:\SeleniumWebDrivers\ChromeDriver\chromedriver.exe""",
browser_executable_path = """C:\Program Files\Google\Chrome\Application\chrome.exe""",
options = options)
Expand Down

0 comments on commit 26f850d

Please sign in to comment.