dev@locazia: fix timer

This commit is contained in:
user 2024-02-29 00:34:24 +03:00
parent b769dabf17
commit ccd686865d
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from app.core.models._blockchain.ton.connect import TonConnect, unpack_wallet_in
from app.core.models.wallet_connection import WalletConnection
from app.bot.routers.home import send_connect_wallets_list, send_home_menu
from datetime import datetime, timedelta
import asyncio
router = Router()
@ -99,6 +100,8 @@ async def t_callback_init_tonconnect(query: types.CallbackQuery, memory=None, us
await send_home_menu(chat_wrap, user, new_connection)
break
await asyncio.sleep(1)
return r