Skip to content

Commit

Permalink
cqa
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 8, 2024
1 parent df5a071 commit 3121c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edb/server/smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ async def send(
self._send_test_mode_email(message)
else:
logger.info(
f"Sending SMTP message to {self.client.hostname}:{self.client.port}"
"Sending SMTP message to "
f"{self.client.hostname}:{self.client.port}"
)

errors, response = await self.client.send_message(
Expand Down

0 comments on commit 3121c31

Please sign in to comment.