COB integration - finally

This commit is contained in:
Dobromir Popov
2025-06-26 01:42:48 +03:00
parent 616f019855
commit 3a5a1056c4
5 changed files with 1013 additions and 336 deletions

View File

@ -180,7 +180,7 @@ def start_clean_dashboard_with_training():
time.sleep(3)
# Start dashboard server (this blocks)
logger.info("🚀 Starting Clean Dashboard Server...")
logger.info(" Starting Clean Dashboard Server...")
dashboard.run_server(host='127.0.0.1', port=dashboard_port, debug=False)
except KeyboardInterrupt: