Remove debug code
This commit is contained in:
+1
-2
@@ -226,8 +226,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 = 'mstdn.social'"
|
||||
"select domain, software from instances where software in ('pleroma', 'mastodon', 'friendica', 'misskey', 'gotosocial')"
|
||||
)
|
||||
|
||||
for blocker, software in c.fetchall():
|
||||
|
||||
Reference in New Issue
Block a user