From: Enju Aihara Date: Thu, 7 Apr 2022 11:14:25 +0000 (+0000) Subject: removed mistake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1c3126c0aa6eea19dbec5956c1cf1bb2e74a05a;p=fba.git removed mistake --- diff --git a/fetch_blocks.py b/fetch_blocks.py index d79eddc..c37791a 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -45,8 +45,7 @@ def get_type(domain: str) -> str: conn = sqlite3.connect("blocks.db") c = conn.cursor() -#c.execute("select domain, software from instances where software in ('pleroma', 'mastodon')") -c.execute("select 'chizu.love', 'pleroma'") +c.execute("select domain, software from instances where software in ('pleroma', 'mastodon')") for blocker, software in c.fetchall(): if software == "pleroma":