Skip to content

Commit

Permalink
build(deps): update libs (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Nov 5, 2024
1 parent 0fd7bb9 commit 337f1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acesta/user/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def send_message(message) -> None:
:return: None
"""
if not settings.TESTING:
return mail_admins(message, message)
return mail_admins(message.replace("\n", " "), message)

0 comments on commit 337f1ee

Please sign in to comment.