ok
This commit is contained in:
@@ -35,7 +35,7 @@ class Backend:
|
||||
WHERE q.count > 0 AND title IN ({placeholders}) {self.global_filter}
|
||||
"""
|
||||
|
||||
print(total_query)
|
||||
# print(total_query)
|
||||
# print(self.title_filter)
|
||||
|
||||
cursor.execute(total_query, self.title_filter)
|
||||
|
||||
Reference in New Issue
Block a user