add bi
This commit is contained in:
parent
8a60e722e5
commit
aadd9f3d97
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue