diff --git a/plugins/webstats/index.py b/plugins/webstats/index.py index 0fa95627e..e6dc9d9c5 100755 --- a/plugins/webstats/index.py +++ b/plugins/webstats/index.py @@ -747,7 +747,8 @@ def getLogsList(): if request_time != "all": request_time_s = request_time.strip().split('-') if len(request_time_s) == 2: - conn = conn.andWhere("request_time>=? and request_time=?", (request_time[0],)) + conn = conn.andWhere("request_time=?", (request_time,))