Skip to content

Commit

Permalink
fix: trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
INF800 committed Mar 1, 2024
1 parent 01fc631 commit 2c091b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/browser_utils/headless_chrome_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(

def _start_browser(self):
chrome_options = Options()
chrome_options.add_argument("--headless")
chrome_options.add_argument("--headless")
self.driver = webdriver.Chrome(options=chrome_options)
self.driver.implicitly_wait(99)
self.driver.get(self.start_page)
Expand Down

0 comments on commit 2c091b8

Please sign in to comment.