]> git.mxchange.org Git - fba.git/commitdiff
Forgot to remove debug line
authorMint <>
Mon, 7 Nov 2022 21:22:31 +0000 (00:22 +0300)
committerMint <>
Mon, 7 Nov 2022 21:22:31 +0000 (00:22 +0300)
fetch_blocks.py

index 2389ac635754913599f216e5a958e1515a4668c7..7d60b619ff1a7205c268a0e720fb6b9669662291 100644 (file)
@@ -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():