From 0225c5f791bb23aa35f3a5da86351b3063a0b52a Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 9 Mar 2019 15:04:16 +0100 Subject: [PATCH] Migrate to apps.json --- run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run.py b/run.py index fc04e5b..2f9dd8f 100644 --- a/run.py +++ b/run.py @@ -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)