From d911870c99e3847b81206ecd161d1f9703fc187b Mon Sep 17 00:00:00 2001 From: user Date: Fri, 7 Mar 2025 11:42:56 +0300 Subject: [PATCH] fix misprint --- app/client_bot/routers/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client_bot/routers/content.py b/app/client_bot/routers/content.py index 50193ac..16c5e0b 100644 --- a/app/client_bot/routers/content.py +++ b/app/client_bot/routers/content.py @@ -108,7 +108,7 @@ async def t_inline_query_node_content(query: types.InlineQuery, memory=None, use onchain_address=license_onchain_address, ).first().content make_log("InlineSearch", f"Query '{query.query}' is a license query for content ID {licensed_content.id}.", level='info') - args = content.cid.serialize_v2() + args = licensed_content.cid.serialize_v2() else: args = source_args_ext[1:]