pull/77/head
Cullen 2024-04-30 15:26:58 -05:00
parent 6c58ff5d9a
commit 9a2ca3bf40
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class Scraper:
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"])
)