doorcontrol: Fix typo in Door.card_formats
This commit is contained in:
parent
e83c9c0d36
commit
5aadcccb2c
@ -34,7 +34,7 @@ class Door(models.Model):
|
||||
|
||||
@cached_property
|
||||
def card_formats(self):
|
||||
return self.controller.get_card_formats()
|
||||
return self.controller.get_cardFormats()
|
||||
|
||||
@cached_property
|
||||
def schedules_map(self):
|
||||
|
Loading…
Reference in New Issue
Block a user