From 4b7c821a912034c3f54caa287a75e0550e76c07e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 18 Nov 2023 03:39:53 +0800 Subject: [PATCH] Update index.py --- plugins/webstats/index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/webstats/index.py b/plugins/webstats/index.py index 0fa95627e..1101447d2 100755 --- a/plugins/webstats/index.py +++ b/plugins/webstats/index.py @@ -746,8 +746,9 @@ def getLogsList(): if request_time != "all": request_time_s = request_time.strip().split('-') + # print(request_time_s) if len(request_time_s) == 2: - conn = conn.andWhere("request_time>=? and request_time=? and request_time=?", (request_time,))