This commit is contained in:
lwl0608 2024-05-08 19:38:33 +08:00
parent ebf823b789
commit f8899cbd16
1 changed files with 2 additions and 0 deletions

View File

@ -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()):