diff --git a/scraibe/app/utils.py b/scraibe/app/utils.py index 35d2f8e..c9693ef 100644 --- a/scraibe/app/utils.py +++ b/scraibe/app/utils.py @@ -137,7 +137,7 @@ class AppConfig(ConfigLoader): if launch_options.get('auth').pop('auth_enabled'): self.config['launch']['auth'] = (launch_options.get('auth').pop('auth_username'), - launch_options.get('auth').pop('password')) + launch_options.get('auth').pop('auth_password')) else: self.config['launch']['auth'] = None