From aadd9f3d9756405bb93b3066c6c9c279a447b90e Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Wed, 8 May 2024 17:44:12 +0800 Subject: [PATCH] add bi --- bi/vas_yoy_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bi/vas_yoy_flow.py b/bi/vas_yoy_flow.py index af685e1..2783c86 100644 --- a/bi/vas_yoy_flow.py +++ b/bi/vas_yoy_flow.py @@ -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')