From 84ffd021a2357889afb31622f4561eb325c41890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E6=81=BA?= <1621362626@qq.com> Date: Wed, 20 Aug 2025 17:11:37 +0800 Subject: [PATCH] ok --- backend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]