From b9c85dd99459d91830fd7c065aabdb2984370d12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 May 2023 18:05:27 +0200 Subject: [PATCH] Continued: - first attempt --- fetch_blocks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index 040eddc..3338ab0 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -5,8 +5,7 @@ import itertools import re fba.c.execute( - "SELECT domain, software FROM instances WHERE domain='tooting.intensifi.es'" - #"SELECT domain, software FROM instances WHERE software IN ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')" + "SELECT domain, software FROM instances WHERE software IN ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')" ) for blocker, software in fba.c.fetchall(): -- 2.39.2