1
0
forked from kodorvan/stcs
This commit is contained in:
algizn97
2025-09-03 21:28:12 +05:00
parent 3bd6b7363c
commit dd53e5a14a
2 changed files with 7 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ async def get_balance(tg_id: int, message) -> float:
if api_key == 'None' or secret_key == 'None':
await message.answer('⚠️ Подключите платформу для торговли',
reply_markup=inline_markup.connect_bybit_api_markup)
reply_markup=inline_markup.connect_bybit_api_message)
return 0
try: