Skip to content

Commit

Permalink
🚑 Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Aug 5, 2023
1 parent 47081b9 commit 9bd750f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tt/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ async def webhook(request: Request):
uvicorn.run(
app,
host=settings.host,
port=int(settings.port),
log_level="CRITICAL")
port=int(settings.port),)

0 comments on commit 9bd750f

Please sign in to comment.