order flow WIP, chart broken
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -6,7 +6,7 @@
|
||||
"name": "📊 Enhanced Web Dashboard",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "main_clean.py",
|
||||
"program": "main.py",
|
||||
"args": [
|
||||
"--port",
|
||||
"8050"
|
||||
@ -24,7 +24,7 @@
|
||||
"name": "🔬 System Test & Validation",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "main_clean.py",
|
||||
"program": "main.py",
|
||||
"args": [
|
||||
"--mode",
|
||||
"test"
|
||||
|
Reference in New Issue
Block a user