Fix variable name

This commit is contained in:
Rebecca Hsieh 2024-03-06 16:05:41 -08:00
parent bac44a9814
commit 370b2ddda0
No known key found for this signature in database

View file

@ -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):