diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-14 11:50:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-14 11:50:11 -0700 |
| commit | 8096a0a04f4fb358e17b29b84a006fb4cff745af (patch) | |
| tree | 752f8415e52f29c782a01d3afa272b0423adc48f /site_scraper.py | |
| parent | 1e5bdc4bdbda356453e6783db7e5cf0e8e844f8c (diff) | |
add default headless
Diffstat (limited to 'site_scraper.py')
| -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 |
