same as last commit

pull/219/head
Aevann 2023-12-18 22:19:36 +02:00
parent f8965c5b54
commit d2fb309594
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ def normalize_url(url):
return url.rstrip('=')
def normalize_url_gevent(url):
x = requests.get(url, headers=HEADERS, timeout=2)
x = requests.get(url, headers=HEADERS, timeout=2, proxies=proxies)
print(x, flush=True)
print(x.url, flush=True)
return normalize_url(x.url)