mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Migrate to apps.json
This commit is contained in:
parent
6bcbe13e96
commit
0225c5f791
1 changed files with 1 additions and 2 deletions
3
run.py
3
run.py
|
@ -86,8 +86,7 @@ jinja.env.comment_start_string = '<#'
|
||||||
jinja.env.comment_end_string = '#>'
|
jinja.env.comment_end_string = '#>'
|
||||||
|
|
||||||
APPS_LISTS = {
|
APPS_LISTS = {
|
||||||
"Official": "https://app.yunohost.org/official.json",
|
"Apps": "https://app.yunohost.org/apps.json",
|
||||||
"Community": "https://app.yunohost.org/community.json",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
subscriptions = defaultdict(list)
|
subscriptions = defaultdict(list)
|
||||||
|
|
Loading…
Add table
Reference in a new issue