mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 23:13:24 +00:00
logging
This commit is contained in:
parent
a7a08639cf
commit
6b3383418e
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user