mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] bad attribute name
This commit is contained in:
parent
266241bffe
commit
45f17398e0
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -215,7 +215,7 @@ async def launch_monthly_job(type):
|
|||
|
||||
for repo in Repo.select().where(Repo.random_job_day == today):
|
||||
task_logger.info(f"Launch montly job for {repo.name} on day {today} of the month ")
|
||||
await create_job(repo.name, repo.app_list_name, repo, job_command_last_part)
|
||||
await create_job(repo.name, repo.app_list, repo, job_command_last_part)
|
||||
|
||||
# launch tomorrow at 1 am
|
||||
now = datetime.now()
|
||||
|
|
Loading…
Add table
Reference in a new issue