Skip to content

Commit b70085b

Browse files
authored
Merge pull request #55 from PyAr/quitar-proyecto-duplicado
Borramos linea que duplica ultimo proyecto en /proyectos
2 parents 887354e + fa32c77 commit b70085b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pycamp_bot/commands/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ async def show_projects(update, context):
204204
if participants_count > 0:
205205
project_text += "\n Interesades: {}".format(participants_count)
206206
text.append(project_text)
207-
text.append(project_text)
208207

209208
if text:
210209
text = "\n\n".join(text)

0 commit comments

Comments
 (0)