Fixed
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user