misc
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user