diff --git a/src/extractor.py b/src/extractor.py index a886ab2..d0b8e06 100644 --- a/src/extractor.py +++ b/src/extractor.py @@ -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) @@ -52,4 +51,4 @@ def extract(url, proxy): f.close() driver.quit() - raise SystemExit \ No newline at end of file + raise SystemExit