mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Change expiration minimum
This commit is contained in:
parent
cd2b516abb
commit
a4a7226fdd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Command(BaseCommand):
|
|||
self.update_success = []
|
||||
self.update_skipped = []
|
||||
self.update_failed = []
|
||||
self.expiration_minimum_cutoff = date(2023, 11, 15)
|
||||
self.expiration_minimum_cutoff = date(2023, 11, 1)
|
||||
self.expiration_maximum_cutoff = date(2023, 12, 30)
|
||||
|
||||
def add_arguments(self, parser):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue