From: Mint <> Date: Tue, 23 Aug 2022 20:37:22 +0000 (+0300) Subject: whoops X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11677321abab21dde4a744391484393d351f4a39;p=fba.git whoops --- diff --git a/fetch_blocks.py b/fetch_blocks.py index b12a5e3..d2f7580 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -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():