dev@locazia: fix timer
This commit is contained in:
parent
b769dabf17
commit
ccd686865d
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue