Use catalog v3 for apps to monitor

This commit is contained in:
Alexandre Aubin 2023-03-03 22:38:05 +01:00
parent 4d8643b223
commit 71fc6009d0

2
run.py
View file

@ -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)