Skip to content

Commit

Permalink
removed erroneous whitespace to appease lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psvensson authored and p-i- committed Apr 16, 2023
1 parent 4fa97e9 commit 5634eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/commands/web_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def scrape_text_with_selenium(url: str) -> Tuple[WebDriver, str]:
options.add_argument(
"user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.49 Safari/537.36"
)

if CFG.selenium_web_browser == "firefox":
driver = webdriver.Firefox(
executable_path=GeckoDriverManager().install(), options=options
Expand Down

0 comments on commit 5634eee

Please sign in to comment.