From 71fc6009d0f4c5df9f86af75fd2641dabac74a4f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Mar 2023 22:38:05 +0100 Subject: [PATCH] Use catalog v3 for apps to monitor --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 98d404e..fb222ce 100644 --- a/run.py +++ b/run.py @@ -117,7 +117,7 @@ jinja.env.variable_end_string = "}>" jinja.env.comment_start_string = "<#" jinja.env.comment_end_string = "#>" -APPS_LIST = "https://app.yunohost.org/default/v2/apps.json" +APPS_LIST = "https://app.yunohost.org/default/v3/apps.json" subscriptions = defaultdict(list)