fix: missclick with Job jobs

This commit is contained in:
dettlaff 2023-10-12 02:26:27 +04:00
parent f2ead0c77d
commit 70a498d0e5
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def get_dead_packages(output):
@huey.task()
def calculate_and_clear_dead_packages(job: Job):
def calculate_and_clear_dead_packages(job: Jobs):
Jobs.update(
job=Job,
status=JobStatus.RUNNING,