Increased Cloudflare waiting time

This commit is contained in:
DarkCat09 2022-11-03 18:04:28 +04:00
parent d3c69b305e
commit 6b1f293d79

View file

@ -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,