mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 01:52:16 +00:00
Fix escaping error
This commit is contained in:
@@ -86,5 +86,5 @@ class TwilioCall(TwilioWebhookPayload):
|
||||
return msg
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user