Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
@@ -13,7 +13,7 @@ class Config(object):
"""
JOBS = [
{
- 'id': 'day_push',
+ 'id': 'day_push',
'func': 'apscheduler_elab:Funcs.day_push',
'args': '',
'trigger': 'cron',
@@ -70,7 +70,7 @@ class Funcs(object):
@staticmethod
def week_push_two():
rp = ReportPush('bi_report')
- rp.report_push(2)
+ rp.report_push(3)
def minute_push_elab():