We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985af6b commit cbbb4c5Copy full SHA for cbbb4c5
src/pycamp_bot/commands/projects.py
@@ -87,7 +87,7 @@ async def naming_project(update, context):
87
88
await context.bot.send_message(
89
chat_id=update.message.chat_id,
90
- text=textwrap.dedent("""
+ text=textwrap.dedent(f"""
91
¿Cuál es el nivel de dificultad del proyecto?
92
93
1: {DIFFICULTY_LEVEL_NAMES[1]}
0 commit comments