1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-05-24 17:13:25 +00:00
This commit is contained in:
mihalin 2022-02-11 02:09:09 +03:00
parent a7a08639cf
commit 6b3383418e

View File

@ -137,6 +137,7 @@ async def receive_left(message: types.Message):
async def receive_inline(inline_query): async def receive_inline(inline_query):
_logger.info("inline handler")
bot = db_bot_instance.get() bot = db_bot_instance.get()
return await inline_handler(inline_query, bot) return await inline_handler(inline_query, bot)