[mod] uniformise returned info

This commit is contained in:
Laurent Peuch 2018-09-05 23:20:31 +02:00
parent 9550bf3eb1
commit 8edc5c1ae3

View file

@ -1544,6 +1544,8 @@ def app_config_show_panel(app_id):
if not os.path.exists(config_panel) or not os.path.exists(config_script):
return {
"app_id": app_id,
"app_name": app_info_dict["name"],
"config_panel": [],
}