This commit is contained in:
Dobromir Popov
2025-05-30 01:38:04 +03:00
parent 5a30c5721d
commit 1130e02f35
9 changed files with 153 additions and 114 deletions

View File

@ -2476,8 +2476,8 @@ class RealTimeChart:
logger.info("📊 View live trading data and charts in your browser")
logger.info("="*60)
# Run the app
self.app.run_server(
# Run the app - FIXED: Updated for newer Dash versions
self.app.run(
host=host,
port=port,
debug=debug,