Commit df36cf9f authored by 陈涛's avatar 陈涛

修改创建基金bug

parent 0026ad27
......@@ -50,8 +50,8 @@ async def create(
trigger="cron",
timezone=pytz.UTC,
hour=time_obj.hour,
minutes=time_obj.minute,
args=[fund_collect, data["id"]],
minute=time_obj.minute,
args=[data["id"]],
id=job_id,
misfire_grace_time=60*60
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment