Oops. Negate.
This commit is contained in:
parent
824abbe176
commit
5f84042050
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def assign_jobs(app: App, db: Db) -> None:
|
|||
log.info(f"Mapped job {job.id} to printer {printer.id}")
|
||||
break
|
||||
else:
|
||||
if not idle:
|
||||
if idle:
|
||||
log.info(f"Could not map job {job!r}")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue