From f1c3126c0aa6eea19dbec5956c1cf1bb2e74a05a Mon Sep 17 00:00:00 2001 From: Enju Aihara Date: Thu, 7 Apr 2022 11:14:25 +0000 Subject: [PATCH] removed mistake --- fetch_blocks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index d79eddc..c37791a 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -45,8 +45,7 @@ def get_type(domain: str) -> str: conn = sqlite3.connect("blocks.db") c = conn.cursor() -#c.execute("select domain, software from instances where software in ('pleroma', 'mastodon')") -c.execute("select 'chizu.love', 'pleroma'") +c.execute("select domain, software from instances where software in ('pleroma', 'mastodon')") for blocker, software in c.fetchall(): if software == "pleroma":