Skip to content

Commit 257d182

Browse files
committed
add site_url.csv
1 parent 2a17314 commit 257d182

File tree

2 files changed

+650
-1
lines changed

2 files changed

+650
-1
lines changed

sites-workflow/1getSitesURL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, requests_per_second=1):
3232
retry_strategy = Retry(
3333
total=3,
3434
status_forcelist=[429, 500, 502, 503, 504],
35-
method_whitelist=["HEAD", "GET", "OPTIONS"], # Old parameter name
35+
##method_whitelist=["HEAD", "GET", "OPTIONS"], # Old parameter name
3636
backoff_factor=2
3737
)
3838
adapter = HTTPAdapter(max_retries=retry_strategy)

0 commit comments

Comments
 (0)