From 7d09803096fd9678d50a8a230147cc51b589b57a Mon Sep 17 00:00:00 2001 From: Mint <> Date: Tue, 8 Nov 2022 00:22:31 +0300 Subject: [PATCH] Forgot to remove debug line --- fetch_blocks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index 2389ac6..7d60b61 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -196,8 +196,7 @@ conn = sqlite3.connect("blocks.db") c = conn.cursor() c.execute( -# "select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')" - "select domain, software from instances where domain = 'glaceon.social'" + "select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')" ) for blocker, software in c.fetchall(): -- 2.39.2