Update webstats_index.py
This commit is contained in:
parent
018fcb7afb
commit
ef9053aa7e
|
|
@ -858,7 +858,7 @@ def getLogsErrorList():
|
|||
limit = str(page_size) + ' offset ' + str(page_size * (page - 1))
|
||||
conn = pSqliteDb('web_logs', domain)
|
||||
|
||||
field = 'time,ip,domain,server_name,method,protocol,status_code,ip_list,client_port,body_length,user_agent,referer,request_time,uri'
|
||||
field = 'time,scheme,ip,domain,server_name,method,protocol,status_code,ip_list,client_port,body_length,user_agent,referer,request_time,uri'
|
||||
conn = conn.field(field)
|
||||
conn = conn.where("1=1", ())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue