Prueba para arreglar problema con descripciones y #

This commit is contained in:
Joan Cano
2023-03-02 19:20:53 +01:00
parent 8ffc1032af
commit da20bfe5a5

View File

@@ -1,5 +1,5 @@
#TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!'] #TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!']
TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!'] TELEGRAM_ESCAPE_CHARACTERS = ['_', '*', '[', ']', '(', ')', '~', '>', '+', '-', '=', '|', '{', '}', '.', '!']
def telegram_escape_characters(text): def telegram_escape_characters(text):
for character in TELEGRAM_ESCAPE_CHARACTERS: for character in TELEGRAM_ESCAPE_CHARACTERS: