[fix] bad attribute name

This commit is contained in:
Laurent Peuch 2018-09-10 02:50:21 +02:00
parent 266241bffe
commit 45f17398e0

2
run.py
View file

@ -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()