From 9a2ca3bf407186251db6ee780e2182852e95a72c Mon Sep 17 00:00:00 2001 From: Cullen Date: Tue, 30 Apr 2024 15:26:58 -0500 Subject: [PATCH] remove --- homeharvest/core/scrapers/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeharvest/core/scrapers/__init__.py b/homeharvest/core/scrapers/__init__.py index 180a0b6..f75e56b 100644 --- a/homeharvest/core/scrapers/__init__.py +++ b/homeharvest/core/scrapers/__init__.py @@ -31,7 +31,6 @@ def __init__( if not self.session: Scraper.session = requests.Session() - print("Session created") retries = Retry( total=3, backoff_factor=3, status_forcelist=[429, 403], allowed_methods=frozenset(["GET", "POST"]) )