From: Roland Häder Date: Wed, 17 May 2023 16:05:27 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9c85dd99459d91830fd7c065aabdb2984370d12;p=fba.git Continued: - first attempt --- 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():