From ac65f827e062c68c3300fb97454e15f6140bb53a Mon Sep 17 00:00:00 2001 From: kf_wuhao <15392746632@qq.com> Date: Fri, 8 Jan 2021 17:15:02 +0800 Subject: [PATCH] update --- task/summary3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/task/summary3.py b/task/summary3.py index 38e9062..1effa59 100644 --- a/task/summary3.py +++ b/task/summary3.py @@ -135,6 +135,8 @@ class Summary3(Task): # 处理天游标 def get_cursor(self): + if not self.cursor_st: + self.cursor_st = self.task_info.get('cursor_et') if not self.cursor_st: self.cursor_st = int(time.time()) - 86400 super().get_cursor()