Continuing development.

pull/384/head
Louis Vézina 6 years ago
parent 7314f34eb2
commit e1b8d0589e

@ -23,7 +23,7 @@ if settings.general.anti_captcha_provider == 'anti-captcha':
os.environ["ANTICAPTCHA_ACCOUNT_KEY"] = settings.anticaptcha.anti_captcha_key
elif settings.general.anti_captcha_provider == 'AntiCaptchaProxyLessPitcher':
os.environ["ANTICAPTCHA_CLASS"] = 'DBCProxyLess'
os.environ["ANTICAPTCHA_ACCOUNT_KEY"] = ':'.join(settings.deathbycaptcha.username, settings.deathbycaptcha.password)
os.environ["ANTICAPTCHA_ACCOUNT_KEY"] = ':'.join({settings.deathbycaptcha.username, settings.deathbycaptcha.password})
else:
os.environ["ANTICAPTCHA_CLASS"] = ''

Loading…
Cancel
Save