mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Fix variable name
This commit is contained in:
parent
bac44a9814
commit
370b2ddda0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Command(BaseCommand):
|
|||
# to_address=settings.DEFAULT_FROM_EMAIL, # TODO: Uncomment this when ready to merge
|
||||
to_address="rebecca.hsieh@truss.works <rebecca.hsieh@truss.works>",
|
||||
context={"current_date_str": current_date_str},
|
||||
file=encrypted_metadata_in_bytes,
|
||||
attachment_file=encrypted_metadata_in_bytes,
|
||||
)
|
||||
|
||||
def _encrypt_metadata(self, input_file, output_file, password):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue