]> git.mxchange.org Git - fba.git/commitdiff
whoops
authorMint <>
Tue, 23 Aug 2022 20:37:22 +0000 (23:37 +0300)
committerMint <>
Tue, 23 Aug 2022 20:37:22 +0000 (23:37 +0300)
fetch_blocks.py

index b12a5e3d983c1fba90f9b6e5010d9842fb75ee26..d2f7580e2c5a41f9c92ff510d7b9aeaab5e5b12f 100644 (file)
@@ -112,7 +112,7 @@ conn = sqlite3.connect("blocks.db")
 c = conn.cursor()
 
 c.execute(
-    "select domain, software from instances where software in ('pleroma', 'mastodon')"
+    "select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica')"
 )
 
 for blocker, software in c.fetchall():