Skip to content

Commit d5862b6

Browse files
Merge pull request #113 from andresdelfino/andresdelfino-patch-1
Fix f-string in difficulty level message
2 parents 985af6b + cbbb4c5 commit d5862b6

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)