From 651dbe2efa9ecca63a7bc7e5e1d63a7743c9be2e Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 25 Jun 2025 21:27:08 +0300 Subject: [PATCH] scemantics fix --- web/clean_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/clean_dashboard.py b/web/clean_dashboard.py index a5e80ca..567b6f0 100644 --- a/web/clean_dashboard.py +++ b/web/clean_dashboard.py @@ -2200,7 +2200,7 @@ class CleanTradingDashboard: except Exception as e: logger.error(f"Error connecting to orchestrator: {e}") - def _on_trading_decision(self, decision): + async def _on_trading_decision(self, decision): """Handle trading decision from orchestrator - Filter to show only ETH signals""" try: # Check if this decision is for ETH/USDT - ignore all BTC signals