fix misprint

This commit is contained in:
user 2024-04-05 14:04:18 +03:00
parent 9f09c3bbb5
commit c26dda7186
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ async def t_callback_owned_content(query: types.CallbackQuery, memory=None, user
content_list.append([ content_list.append([
{ {
'text': metadata_content_json['name'], 'text': metadata_content_json['name'],
'callback_data': f'NC_{content.cid.content_hash.hex()}' 'callback_data': f'NC_{content.id}'
} }
]) ])