fixed wrong dict entry

This commit is contained in:
Jaikinator
2024-01-24 16:18:42 +01:00
parent 6217e3a9b3
commit ea7117545d
+1 -1
View File
@@ -137,7 +137,7 @@ class AppConfig(ConfigLoader):
if launch_options.get('auth').pop('auth_enabled'): if launch_options.get('auth').pop('auth_enabled'):
self.config['launch']['auth'] = (launch_options.get('auth').pop('auth_username'), 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: else:
self.config['launch']['auth'] = None self.config['launch']['auth'] = None