Fix: need to specify the kwarg
This commit is contained in:
parent
e9c059e69d
commit
e36678eba1
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ def push_jobs(app: App, db: Db) -> None:
|
||||||
|
|
||||||
client.select(Path(file.path).name)
|
client.select(Path(file.path).name)
|
||||||
client.start()
|
client.start()
|
||||||
db.start_job(job.id)
|
db.start_job(jid=job.id)
|
||||||
except TimeoutError:
|
except TimeoutError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue