diff --git a/src/app.py b/src/app.py index 24b78fb37..c2d930bc9 100644 --- a/src/app.py +++ b/src/app.py @@ -2075,7 +2075,7 @@ ynh_app_config_run $1 app_settings_cache: Dict[str, Dict[str, Any]] = {} -app_settings_cache_timestamp: Dict[str, int] = {} +app_settings_cache_timestamp: Dict[str, float] = {} def _get_app_settings(app: str) -> Dict[str, Any]: