mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] uniformise returned info
This commit is contained in:
parent
9550bf3eb1
commit
8edc5c1ae3
1 changed files with 2 additions and 0 deletions
|
@ -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": [],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue