Skip to content

Commit

Permalink
black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 18, 2024
1 parent 3d51dea commit 488fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ def monitor_usage():
flask.current_app.logger.info(message)
msg: flask_mail.Message = flask_mail.Message(
subject=default_subject,
recipients=[unit_contact,dds_contact],
recipients=[unit_contact, dds_contact],
body=message,
)
dds_web.utils.send_email_with_retry(msg=msg)

0 comments on commit 488fbca

Please sign in to comment.