Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py

This commit is contained in:
Marc Blatter 2026-07-04 13:40:29 +02:00
parent 4d28faa476
commit 8eececb04f
2 changed files with 1 additions and 1 deletions

View File

@ -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