mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
merp
This commit is contained in:
parent
70a5bbc76f
commit
36ffa133de
1 changed files with 56 additions and 56 deletions
|
@ -1921,8 +1921,6 @@ ynh_app_config_run $1
|
|||
raise YunohostError("app_action_failed", action=action, app=app)
|
||||
return values
|
||||
|
||||
return AppConfigPanel
|
||||
|
||||
def _get_config_panel(self):
|
||||
|
||||
ret = super()._get_config_panel()
|
||||
|
@ -1979,6 +1977,8 @@ ynh_app_config_run $1
|
|||
)
|
||||
return "\n".join(lines)
|
||||
|
||||
return AppConfigPanel
|
||||
|
||||
|
||||
app_settings_cache: Dict[str, Dict[str, Any]] = {}
|
||||
app_settings_cache_timestamp: Dict[str, float] = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue