Continuing development.

This commit is contained in:
Louis Vézina 2019-04-07 22:20:59 -04:00
parent 7cc28a1da8
commit 7314f34eb2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ elif settings.general.anti_captcha_provider == 'AntiCaptchaProxyLessPitcher':
os.environ["ANTICAPTCHA_CLASS"] = 'DBCProxyLess'
os.environ["ANTICAPTCHA_ACCOUNT_KEY"] = ':'.join(settings.deathbycaptcha.username, settings.deathbycaptcha.password)
else:
os.environ["ANTICAPTCHA_CLASS"] = None
os.environ["ANTICAPTCHA_CLASS"] = ''
# Check if args.config_dir exist
if not os.path.exists(args.config_dir):