Skip to content

Commit 42c3763

Browse files
committed
await make_schedule
1 parent 3f1595d commit 42c3763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/commands/schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def create_slot(update, context):
117117
chat_id=update.message.chat_id,
118118
text="Genial! Slots Asignados"
119119
)
120-
make_schedule(update, context)
120+
await make_schedule(update, context)
121121
return ConversationHandler.END
122122

123123

0 commit comments

Comments
 (0)