Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua authored Feb 27, 2024
1 parent d7e3080 commit 463eb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from config import TOKEN, SENTRY_SDK, KUMA_TOKEN
from middleware import CheckConnectioError, CheckPrivateChat

bot = Bot(token=TOKEN, parse_mode="HTML")
bot = Bot(token=TOKEN)
scheduler = AsyncIOScheduler(timezone="Europe/Kiev")
dp = Dispatcher()

Expand Down

0 comments on commit 463eb6d

Please sign in to comment.