This commit is contained in:
Alexandre Aubin 2024-08-27 16:21:21 +02:00
parent 70a5bbc76f
commit 36ffa133de

View file

@ -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] = {}