Fix typo in panel handler for unloaded config

This commit is contained in:
Andrew 2022-09-14 13:13:32 -04:00
parent 1b2fef06fb
commit a3c1d9e051

View File

@ -549,7 +549,7 @@ class PanelHandler(BaseHandler):
"log_path": server_temp_obj["log_path"],
"executable": server_temp_obj["executable"],
"execution_command": server_temp_obj["execution_command"],
"shutdown_timeout": server_obj["shutdown_timeout"],
"shutdown_timeout": server_temp_obj["shutdown_timeout"],
"stop_command": server_temp_obj["stop_command"],
"executable_update_url": server_temp_obj[
"executable_update_url"