This commit is contained in:
lwl0608 2024-05-08 17:43:08 +08:00
parent 2be6827b78
commit 8a60e722e5
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class S:
while last_time <= int(time.time()):
next_time = last_time + 300
if next_time < int(time.time()):
return
flow = self.get_flow(zero_time, next_time)
dt = datetime.datetime.fromtimestamp(next_time)