Oops. Negate.

This commit is contained in:
Reid 'arrdem' McKenzie 2024-09-01 14:14:37 -06:00
parent 824abbe176
commit 5f84042050

View file

@ -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}")