From 8096a0a04f4fb358e17b29b84a006fb4cff745af Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 11:50:11 -0700 Subject: add default headless --- site_scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_scraper.py b/site_scraper.py index 0a49c60..644edf5 100644 --- a/site_scraper.py +++ b/site_scraper.py @@ -8,7 +8,7 @@ import os load_dotenv() class SiteScraper: - def __init__(self, headless: bool = False, wait_time = 5): + def __init__(self, headless: bool = True, wait_time = 5): """ Initialize the SiteScraper with the path to ChromeDriver :param chrome_driver_path: Path to the ChromeDriver executable -- cgit v1.2.3