diff --git a/server/custom.py b/server/custom.py index 38f1146..e0321a8 100644 --- a/server/custom.py +++ b/server/custom.py @@ -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)