firmware description should not be cached

This commit is contained in:
Gwendolyn 2023-12-02 02:24:10 +01:00
parent b6f3b8459f
commit c18abb1b8c

View file

@ -277,7 +277,7 @@ class MeshNode(models.Model):
return RangingBeacon.objects.filter(bssid=self.address).first()
# noinspection PyUnresolvedReferences
@cached_property
@property
def firmware_description(self) -> Optional[FirmwareDescription]:
with suppress(AttributeError):
return self._firmware_description