Increased Cloudflare waiting time
This commit is contained in:
parent
d3c69b305e
commit
6b1f293d79
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class AternosConnect:
|
|||
|
||||
if html_type and cloudflare:
|
||||
logging.info('Retrying to bypass Cloudflare')
|
||||
time.sleep(0.2)
|
||||
time.sleep(0.3)
|
||||
return self.request_cloudflare(
|
||||
url, method,
|
||||
params, data,
|
||||
|
|
Reference in a new issue