From: Mint <> Date: Sun, 12 Mar 2023 22:48:17 +0000 (+0300) Subject: Remove debug code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4cf4164ad77c6cffd5595ef42e1674e2245e2257;p=fba.git Remove debug code --- diff --git a/fetch_blocks.py b/fetch_blocks.py index f79a206..c99fed6 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -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():