Update webstats_index.py

This commit is contained in:
Mr Chen 2024-04-26 15:01:03 +08:00
parent 946bd36e66
commit 4b9ab17fcb
1 changed files with 2 additions and 2 deletions

View File

@ -799,9 +799,9 @@ def get_logs_list(args):
_page['tojs'] = tojs
data['page'] = mw.getPage(_page)
data['data'] = clist
data['cos_time'] = end_time-start_time
cos_time = end_time-start_time
return mw.returnJson(True, 'ok', data)
return mw.returnJson(True, 'ok:'+cos_time, data)
def getLogsErrorList():