mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Use catalog v3 for apps to monitor
This commit is contained in:
parent
4d8643b223
commit
71fc6009d0
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -117,7 +117,7 @@ jinja.env.variable_end_string = "}>"
|
||||||
jinja.env.comment_start_string = "<#"
|
jinja.env.comment_start_string = "<#"
|
||||||
jinja.env.comment_end_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)
|
subscriptions = defaultdict(list)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue