aboutsummaryrefslogtreecommitdiffstats
path: root/site_scraper.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 11:50:11 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 11:50:11 -0700
commit8096a0a04f4fb358e17b29b84a006fb4cff745af (patch)
tree752f8415e52f29c782a01d3afa272b0423adc48f /site_scraper.py
parent1e5bdc4bdbda356453e6783db7e5cf0e8e844f8c (diff)
add default headless
Diffstat (limited to 'site_scraper.py')
-rw-r--r--site_scraper.py2
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage