Make runnable

This commit is contained in:
Kumi 2022-09-26 14:30:45 +00:00
parent 62c45a311b
commit 16f79b2fed
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -21,4 +21,7 @@ class CrewMember(models.Model):
found = cls.objects.get(pin=pin)
if found.expiry and found.expiry < timezone.now():
pass
pass
except:
pass