Skip to content

Commit cbbb4c5

Browse files
Update projects.py
1 parent 985af6b commit cbbb4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/commands/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def naming_project(update, context):
8787

8888
await context.bot.send_message(
8989
chat_id=update.message.chat_id,
90-
text=textwrap.dedent("""
90+
text=textwrap.dedent(f"""
9191
¿Cuál es el nivel de dificultad del proyecto?
9292
9393
1: {DIFFICULTY_LEVEL_NAMES[1]}

0 commit comments

Comments
 (0)