]> git.mxchange.org Git - fba.git/commitdiff
Remove debug code
authorMint <>
Sun, 12 Mar 2023 22:48:17 +0000 (01:48 +0300)
committerMint <>
Sun, 12 Mar 2023 22:48:17 +0000 (01:48 +0300)
fetch_blocks.py

index f79a206d830214cec6f273f0b0d1716d99d7eacd..c99fed678384c6da2316fe815a28673d1920f4db 100644 (file)
@@ -226,8 +226,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 = 'mstdn.social'"
+    "select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')"
 )
 
 for blocker, software in c.fetchall():