mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] missing argument
This commit is contained in:
parent
45f17398e0
commit
7b05b44c24
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -226,7 +226,7 @@ async def launch_monthly_job(type):
|
|||
# XXX if relaunched twice the same day that will duplicate the jobs
|
||||
await asyncio.sleep(seconds_until_next_run)
|
||||
|
||||
asyncio.ensure_future(launch_monthly_job())
|
||||
asyncio.ensure_future(launch_monthly_job(type=type))
|
||||
|
||||
|
||||
async def jobs_dispatcher():
|
||||
|
|
Loading…
Add table
Reference in a new issue