Skip to content

Commit

Permalink
Dashboard Flask app was not using the configured port
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Grover committed Oct 26, 2024
1 parent 000831a commit 8c61734
Show file tree
Hide file tree
Showing 24 changed files with 83,717 additions and 19,043 deletions.
1 change: 1 addition & 0 deletions dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,5 @@ def dashboard_configuration() -> bool:
use_reloader=False,
passthrough_errors=True,
host=host,
port=port,
)
Loading

0 comments on commit 8c61734

Please sign in to comment.