update
This commit is contained in:
parent
c043eb7aca
commit
ac65f827e0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user