Browse Source

定时任务修改

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 years ago
parent
commit
474b061f5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apscheduler_elab.py

+ 2 - 2
apscheduler_elab.py

@@ -46,8 +46,8 @@ class Config(object):
             'args': '',
             'trigger': 'cron',
             'day_of_week': '*',
-            'hour': 18,
-            'minute': 45
+            'hour': 19,
+            'minute': 10
         }
     ]