Merge pull request #5 from kay0u/patch-1

Migrate to apps.json
This commit is contained in:
Bram 2019-04-28 02:52:01 +02:00 committed by GitHub
commit 1a90f3811a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
run.py
View file

@ -91,8 +91,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)