Skip to content

Commit

Permalink
Update extractor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLinuxAddict authored Jun 2, 2024
1 parent 12eda1d commit e48f1f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def extract(url, proxy):
options.add_experimental_option(
"excludeSwitches", ["enable-logging"])
options.add_argument("--log-level=3")
options.add_experimental_option("detach", True)

driver = webdriver.Chrome(options=options)
driver.set_script_timeout(30)
Expand All @@ -52,4 +51,4 @@ def extract(url, proxy):
f.close()

driver.quit()
raise SystemExit
raise SystemExit

0 comments on commit e48f1f3

Please sign in to comment.