Update index.py

This commit is contained in:
midoks 2022-10-17 23:40:44 +08:00
parent fde211e026
commit 58232e10ab
1 changed files with 0 additions and 3 deletions

View File

@ -1051,8 +1051,6 @@ def getUriStatList():
ftime = time.localtime(time.time())
day = ftime.tm_mday
# print(day)
field_day = "day" + str(day)
field_flow = "flow" + str(day)
# print(field_day, field_flow)
@ -1117,7 +1115,6 @@ def getUriStatList():
conn = conn.where("day>? and flow>?", (0, 0,))
clist = conn.order("flow desc").limit("50").inquiry(origin_field)
# print(clist)
total_req = 0
total_flow = 0