Skip to content

Commit

Permalink
Merge pull request #91 from praekeltfoundation/debug-turn-channels
Browse files Browse the repository at this point in the history
f string
  • Loading branch information
HawkiesZA authored Jan 23, 2025
2 parents cc139bd + b15705a commit 395517c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def http_send_message(self) -> dict[Any, Any]:
signature = request.headers.get("X-Turn-Hook-Signature", "")
logger.info(
f"Signature from Turn: {signature}."
"Computed: {computed_signature}"
f"Computed: {computed_signature}"
)
if not hmac.compare_digest(computed_signature, signature):
raise SignatureMismatchError()
Expand Down

0 comments on commit 395517c

Please sign in to comment.