Fix CAPTCHA
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2020-07-24 09:57:56 +02:00
parent 99a9ad8469
commit 8547976735
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from ..config import CACHE_TIMEOUT, IS_DEBUG, REQUESTS_TIMEOUT, TWOCAPTCHA_API_K
scraper = create_scraper(browser={
'custom': 'ScraperBot/1.0'
}, interpreter='js2py', recaptcha=TWOCAPTCHA_API_KEY)
}, interpreter='js2py', captcha=TWOCAPTCHA_API_KEY, debug=IS_DEBUG)
class ConnectorReturn(Enum):