mirror of
https://github.com/nikdoof/smsbot.git
synced 2026-01-31 04:28:14 +00:00
Fix escaping error
This commit is contained in:
@@ -86,5 +86,5 @@ class TwilioCall(TwilioWebhookPayload):
|
|||||||
return msg
|
return msg
|
||||||
|
|
||||||
def to_markdownv2(self):
|
def to_markdownv2(self):
|
||||||
msg = f"Call from {self._escape(self.from_number)}, rejected\."
|
msg = f"Call from {self._escape(self.from_number)}, rejected\\."
|
||||||
return msg
|
return msg
|
||||||
|
|||||||
Reference in New Issue
Block a user