mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03: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):
|
||||
_logger.info("inline handler")
|
||||
bot = db_bot_instance.get()
|
||||
return await inline_handler(inline_query, bot)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user