remove
parent
6c58ff5d9a
commit
9a2ca3bf40
|
@ -31,7 +31,6 @@ class Scraper:
|
||||||
|
|
||||||
if not self.session:
|
if not self.session:
|
||||||
Scraper.session = requests.Session()
|
Scraper.session = requests.Session()
|
||||||
print("Session created")
|
|
||||||
retries = Retry(
|
retries = Retry(
|
||||||
total=3, backoff_factor=3, status_forcelist=[429, 403], allowed_methods=frozenset(["GET", "POST"])
|
total=3, backoff_factor=3, status_forcelist=[429, 403], allowed_methods=frozenset(["GET", "POST"])
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue