From 4d28faa476672862c10f7edd16fbf968582ed69c Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sat, 4 Jul 2026 13:40:08 +0200 Subject: [PATCH] Bot auto-update: src/web_dashboard.py --- src/web_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index ddbb1dc..f9c27ba 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -76,7 +76,7 @@ async def get_state(): if resp.status_code == 200: return resp.json() except Exception as e: - logger.warning(fState Manager unavailable, using cached state: {e}) + logger.warning(f"State Manager unavailable, using cached state: {e}) # Fallback to cached state return trading_state