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 e9228ed commit 63b3905Copy full SHA for 63b3905
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