This commit is contained in:
Arun Prakash Jana 2020-05-03 21:09:00 +05:30
parent d0771a5804
commit a9fc0bd042
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -3591,7 +3591,7 @@ def network_handler(
manager = get_PoolManager()
while True:
resp = manager.request(method, url, retries=urllib3.util.Retry(redirect=10))
resp = manager.request(method, url, retries=Retry(redirect=10))
if resp.status == 200:
if method == 'GET':