fix reindex days config key

This commit is contained in:
Simon 2024-05-06 22:15:57 +02:00
parent 30ffb611e1
commit d1e899b17b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ class Command(BaseCommand):
check_reindex = builder.get_set_task(
"check_reindex", schedule=builder.SCHEDULES["check_reindex"]
)
check_reindex.task_config.update({"check_reindex_days": 90})
check_reindex.task_config.update({"days": 90})
check_reindex.save()
self.stdout.write(
self.style.SUCCESS(