diff --git a/backend.py b/backend.py index 461ee4a..6c563de 100644 --- a/backend.py +++ b/backend.py @@ -35,8 +35,8 @@ class Backend: WHERE q.count > 0 AND title IN ({placeholders}) {self.global_filter} """ - print(total_query) - #print(self.title_filter) + # print(total_query) + # print(self.title_filter) cursor.execute(total_query, self.title_filter) total_weights = cursor.fetchone()[0]