Commit df36cf9f authored by 陈涛's avatar 陈涛

修改创建基金bug

parent 0026ad27
...@@ -50,8 +50,8 @@ async def create( ...@@ -50,8 +50,8 @@ async def create(
trigger="cron", trigger="cron",
timezone=pytz.UTC, timezone=pytz.UTC,
hour=time_obj.hour, hour=time_obj.hour,
minutes=time_obj.minute, minute=time_obj.minute,
args=[fund_collect, data["id"]], args=[data["id"]],
id=job_id, id=job_id,
misfire_grace_time=60*60 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