This commit is contained in:
lwl0608 2024-05-08 17:44:43 +08:00
parent aadd9f3d97
commit 61d5a31b03
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class S:
while last_time <= int(time.time()):
next_time = last_time + 300
if next_time < int(time.time()):
if next_time > int(time.time()):
return
flow = self.get_flow(zero_time, next_time)