fix hltb worker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-02 21:23:00 +03:00
parent f820e86277
commit c84600ae3e
8 changed files with 71 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ class Item(models.Model):
hltb_main = models.FloatField(null=True, blank=True)
hltb_extra = models.FloatField(null=True, blank=True)
hltb_complete = models.FloatField(null=True, blank=True)
hltb_fetched = models.BooleanField(default=False)
class Meta:
ordering = ['-favorite', 'name']