Fix: need to specify the kwarg

This commit is contained in:
Reid 'arrdem' McKenzie 2023-07-08 19:32:47 -06:00
parent 5b39d9e653
commit f05dad1a18

View file

@ -204,7 +204,7 @@ def push_jobs(app: App, db: Db) -> None:
client.select(Path(file.path).name)
client.start()
db.start_job(job.id)
db.start_job(jid=job.id)
except TimeoutError:
pass