Remove debug code

This commit is contained in:
Mint 2023-03-13 01:48:17 +03:00
parent 5bd02655d8
commit 4cf4164ad7

View file

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