Forgot to remove debug line

This commit is contained in:
Mint 2022-11-08 00:22:31 +03:00
parent cedee03bba
commit 7d09803096

View file

@ -196,8 +196,7 @@ conn = sqlite3.connect("blocks.db")
c = conn.cursor()
c.execute(
# "select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')"
"select domain, software from instances where domain = 'glaceon.social'"
"select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')"
)
for blocker, software in c.fetchall():