From da20bfe5a5df1d28feeb93f71060b4e6faf017f5 Mon Sep 17 00:00:00 2001 From: Joan Cano Date: Thu, 2 Mar 2023 19:20:53 +0100 Subject: [PATCH] Prueba para arreglar problema con descripciones y # --- wallamanta/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallamanta/helpers.py b/wallamanta/helpers.py index 673531b..522a4f7 100644 --- a/wallamanta/helpers.py +++ b/wallamanta/helpers.py @@ -1,5 +1,5 @@ #TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!'] -TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!'] +TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '+', '-', '=', '|', '{', '}', '.', '!'] def telegram_escape_characters(text): for character in TELEGRAM_ESCAPE_CHARACTERS: