From 11677321abab21dde4a744391484393d351f4a39 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Tue, 23 Aug 2022 23:37:22 +0300 Subject: [PATCH] whoops --- fetch_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.39.2