diff options
| -rw-r--r-- | site_scraper.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
