Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WinnaZ committed Jun 20, 2024
1 parent 41ab100 commit 93b9c6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pycamp_bot/commands/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ async def create_slot(update, context):
chat_id=update.message.chat_id,
text="Genial! Slots Asignados"
)
<<<<<<< Updated upstream
await make_schedule(context.bot, update)
=======
make_schedule(update, context)
>>>>>>> Stashed changes
return ConversationHandler.END


Expand Down

0 comments on commit 93b9c6d

Please sign in to comment.