Make runnable
This commit is contained in:
parent
62c45a311b
commit
16f79b2fed
1 changed files with 4 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue