From f8899cbd166a4f7fc6440c0db20424809f74d05e Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Wed, 8 May 2024 19:38:33 +0800 Subject: [PATCH] add bi --- bi/vas_yoy_flow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bi/vas_yoy_flow.py b/bi/vas_yoy_flow.py index 1abd25a..f5b7e64 100644 --- a/bi/vas_yoy_flow.py +++ b/bi/vas_yoy_flow.py @@ -56,6 +56,8 @@ class S: zero_time = get_today_zero_time() last_time = self.get_last_ptime() + self.update_day_flow(1) + while last_time <= int(time.time()): next_time = last_time + 300 if next_time > int(time.time()):