dev@locazia: fix misprint

This commit is contained in:
user 2024-03-08 23:32:59 +03:00
parent e5f1871030
commit d38010a318
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ async def s_api_v1_blockchain_send_new_content_message(request):
reply_markup=get_inline_keyboard([
[{
'text': request.ctx.user.translated('gotoWallet_button'),
'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key)
'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key.split('==')[0])
}],
[{
'text': request.ctx.user.translated('home_button'),