From 4f46ff7ee6365148f5db7b6ef043cf5556df9c3f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 2 May 2021 21:44:11 +0200 Subject: [PATCH] Remove that --- bin/app-json.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/app-json.py b/bin/app-json.py index 79e01e6..09614c6 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -105,7 +105,6 @@ def clone_all_apps(repos_json): repos = [[p["name"], p["ssh_url"]] for p in repos_json] for name, url in repos: - continue if name in REPOS_TO_SKIP: continue