diff --git a/telegram_command_bot.py b/telegram_command_bot.py index b5614f8..279067f 100644 --- a/telegram_command_bot.py +++ b/telegram_command_bot.py @@ -574,7 +574,7 @@ async def manual_trade_handler(update: Update, context: ContextTypes.DEFAULT_TYP f"{TRADING_BOT_URL}/api/trading/execute", headers={'Authorization': f'Bearer {API_SECRET_KEY}'}, json=payload, - timeout=30, + timeout=60, ) print(f"📥 Manual trade response: {response.status_code}", flush=True)