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

View File

@ -45,8 +45,8 @@ class S:
next_time = last_time + 300
if next_time < int(time.time()):
return
flow = self.get_flow(zero_time, next_time)
flow = self.get_flow(zero_time, next_time)
dt = datetime.datetime.fromtimestamp(next_time)
formatted_dt = dt.strftime('%Y-%m-%d %H:%M:%S')