mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
new server settings section
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -164,6 +164,7 @@ from modules.options_handler import Options
|
||||
config_filename = cmd_opts.config
|
||||
opts = Options(options_templates, restricted_opts, filename=config_filename)
|
||||
cmd_opts = cmd_args.settings_args(opts, cmd_opts)
|
||||
cmd_opts = cmd_args.override_args(opts, cmd_opts)
|
||||
if cmd_opts.locale is not None:
|
||||
opts.data['ui_locale'] = cmd_opts.locale
|
||||
|
||||
|
||||
Reference in New Issue
Block a user