We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9228ed + 63b3905 commit 985af6bCopy full SHA for 985af6b
1 file changed
src/pycamp_bot/commands/projects.py
@@ -458,7 +458,7 @@ async def show_projects(update, context):
458
project.name,
459
project.owner.username,
460
project.topic,
461
- DIFFICULTY_LEVEL_NAMES[project.difficult_level]
+ DIFFICULTY_LEVEL_NAMES[project.difficult_level],
462
project.repository_url or '(ninguno)',
463
project.group_url or '(ninguno)',
464
)
0 commit comments