Skip to content

Commit 93b9c6d

Browse files
committed
bug fixing
1 parent 41ab100 commit 93b9c6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pycamp_bot/commands/schedule.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ async def create_slot(update, context):
127127
chat_id=update.message.chat_id,
128128
text="Genial! Slots Asignados"
129129
)
130-
<<<<<<< Updated upstream
131-
await make_schedule(context.bot, update)
132-
=======
133130
make_schedule(update, context)
134-
>>>>>>> Stashed changes
135131
return ConversationHandler.END
136132

137133

0 commit comments

Comments
 (0)