Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Oct 3, 2024
1 parent 7757540 commit f94840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/api/superadmin_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def post(self):
)
# Send email
utils.send_email_with_retry(msg=msg, obj=conn)

return_msg = f"MOTD '{motd_id}' has been "
if unit_personnel_only:
return_msg += "sent to unit personnel only."
Expand Down

0 comments on commit f94840e

Please sign in to comment.