Skip to content

Commit 1b56b26

Browse files
committed
Fix empezar_proyecto workflow
1 parent b0b505f commit 1b56b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pycamp_bot/commands/manage_pycamp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async def define_duration(update, context):
152152
chat_id=update.message.chat_id,
153153
text=msg
154154
)
155+
return ConversationHandler.END
155156

156157

157158
async def cancel(update, context):

0 commit comments

Comments
 (0)