mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-15 15:13:17 +00:00
fix: missclick with Job jobs
This commit is contained in:
parent
f2ead0c77d
commit
70a498d0e5
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue