Migrate to apps.json

This commit is contained in:
Kayou 2019-03-09 15:04:16 +01:00 committed by GitHub
parent 6bcbe13e96
commit 0225c5f791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
run.py
View file

@ -86,8 +86,7 @@ jinja.env.comment_start_string = '<#'
jinja.env.comment_end_string = '#>'
APPS_LISTS = {
"Official": "https://app.yunohost.org/official.json",
"Community": "https://app.yunohost.org/community.json",
"Apps": "https://app.yunohost.org/apps.json",
}
subscriptions = defaultdict(list)