Skip to content

Commit bcf85be

Browse files
committed
Fix SyntaxWarning
1 parent b211974 commit bcf85be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/commands/manage_pycamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def define_start_date(update, context):
105105
except ValueError:
106106
await context.bot.send_message(
107107
chat_id=update.message.chat_id,
108-
text="mmm no entiendo esa fecha\. El formato esperado es `yyyy-mm-dd`\. ¿De nuevo?",
108+
text="mmm no entiendo esa fecha\\. El formato esperado es `yyyy-mm-dd`\\. ¿De nuevo?",
109109
parse_mode="MarkdownV2"
110110
)
111111
return SET_DATE_STATE

0 commit comments

Comments
 (0)