mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Update extend_expiration_dates.py
This commit is contained in:
parent
b1530b5e5b
commit
7354b45aff
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Command(BaseCommand):
|
|||
self.update_skipped = []
|
||||
self.update_failed = []
|
||||
self.expiration_minimum_cutoff = date(2023, 11, 1)
|
||||
self.expiration_maximum_cutoff = date(2024, 12, 31)
|
||||
self.expiration_maximum_cutoff = date(2024, 12, 30)
|
||||
|
||||
def add_arguments(self, parser):
|
||||
"""Add command line arguments."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue