From 01e99a0ccddc3e345387409639327aea09bd778c Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Fri, 17 Jul 2026 10:54:32 +0200 Subject: [PATCH] Dashboard v0.4: Display Dynamic Positioning (v0.4 branding) --- src/web_dashboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 43fa764..8a86ef1 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Trading Bot Dashboard v0.32 - Auto-load 1-Day chart on page load""" +"""Trading Bot Dashboard v0.4 (Dynamic Positioning) - Auto-load 1-Day chart on page load""" from fastapi import FastAPI from fastapi.responses import HTMLResponse from binance.client import Client @@ -100,7 +100,7 @@ async def dashboard(): -Trading Bot v0.32 +Trading Bot v0.4 (Dynamic Positioning)