]> git.mxchange.org Git - fba.git/commitdiff
removed mistake
authorEnju Aihara <orangerabbit7071@protonmail.com>
Thu, 7 Apr 2022 11:14:25 +0000 (11:14 +0000)
committerEnju Aihara <orangerabbit7071@protonmail.com>
Thu, 7 Apr 2022 11:14:25 +0000 (11:14 +0000)
fetch_blocks.py

index d79eddce6877ac4983f5c6010529ede97bdc5bfb..c37791a6c15a0264cd6a3da32a9c701721aff4ad 100644 (file)
@@ -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":