Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Apr 30, 2024
1 parent 6c58ff5 commit 9a2ca3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeharvest/core/scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
)
Expand Down

0 comments on commit 9a2ca3b

Please sign in to comment.