Bot auto-update: src/web_dashboard.py

This commit is contained in:
Marc Blatter 2026-07-04 13:40:08 +02:00
parent 341778987a
commit 4d28faa476
1 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(fState Manager unavailable, using cached state: {e})
logger.warning(f"State Manager unavailable, using cached state: {e})
# Fallback to cached state
return trading_state