From 2e1f5fa621bfaa468422f9f5c9aec0fe389efb0e Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:12:24 -0700 Subject: [PATCH] Update update.py Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- update.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/update.py b/update.py index efa2efb..e4999c6 100644 --- a/update.py +++ b/update.py @@ -5,11 +5,6 @@ logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s") sourcesData = [ - { - "parser": Parser.ALTSOURCE, - "kwargs": {"filepath": "https://apps.litritt.com"}, - "ids": ["com.litritt.ignited"] - }, { "parser": Parser.ALTSOURCE, "kwargs": {"filepath": "https://quarksources.github.io/quarksource.json"},