Skip to content

Commit 985af6b

Browse files
authored
Merge pull request #112 from andresdelfino/andresdelfino-patch-1
Fix syntax error
2 parents e9228ed + 63b3905 commit 985af6b

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
@@ -458,7 +458,7 @@ async def show_projects(update, context):
458458
project.name,
459459
project.owner.username,
460460
project.topic,
461-
DIFFICULTY_LEVEL_NAMES[project.difficult_level]
461+
DIFFICULTY_LEVEL_NAMES[project.difficult_level],
462462
project.repository_url or '(ninguno)',
463463
project.group_url or '(ninguno)',
464464
)

0 commit comments

Comments
 (0)