mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 08:16:17 +00:00
logging
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user