Update extend_expiration_dates.py

This commit is contained in:
zandercymatics 2023-12-27 07:41:43 -07:00
parent 90c12031e8
commit b1530b5e5b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -30,7 +30,7 @@ class Command(BaseCommand):
self.update_skipped = [] self.update_skipped = []
self.update_failed = [] self.update_failed = []
self.expiration_minimum_cutoff = date(2023, 11, 1) self.expiration_minimum_cutoff = date(2023, 11, 1)
self.expiration_maximum_cutoff = date(2023, 12, 30) self.expiration_maximum_cutoff = date(2024, 12, 31)
def add_arguments(self, parser): def add_arguments(self, parser):
"""Add command line arguments.""" """Add command line arguments."""