]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 17 May 2023 16:05:27 +0000 (18:05 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 May 2023 16:05:27 +0000 (18:05 +0200)
- first attempt

fetch_blocks.py

index 040eddcea157e656588a582a6b58180f53a45701..3338ab0cb31c4ab1832b3765e9146621928cee6c 100644 (file)
@@ -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():