removed mistake

This commit is contained in:
Enju Aihara 2022-04-07 11:14:25 +00:00
parent 63d201da8e
commit f1c3126c0a

View 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":