This commit is contained in:
marco
2019-12-05 22:30:08 +01:00
parent c2f3407727
commit 406d003fd0
2 changed files with 2 additions and 597 deletions

View File

@@ -448,7 +448,7 @@ def downloadpage(url, **opt):
# session.proxies = opt['proxies']
# elif proxy_data.get('dict', {}):
# session.proxies = proxy_data['dict']
proxy_data = {}
proxy_data = {'dict': {}}
inicio = time.time()

File diff suppressed because one or more lines are too long