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,))