diff --git a/src/__pycache__/web_dashboard.cpython-310.pyc b/src/__pycache__/web_dashboard.cpython-310.pyc index 43605b6..a0647ea 100644 Binary files a/src/__pycache__/web_dashboard.cpython-310.pyc and b/src/__pycache__/web_dashboard.cpython-310.pyc differ diff --git a/src/web_dashboard.py b/src/web_dashboard.py index f9c27ba..8302c1f 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(f"State Manager unavailable, using cached state: {e}) + logger.warning(f"State Manager unavailable, using cached state: {e})") # Fallback to cached state return trading_state