Skip to content

Commit

Permalink
fix port entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed May 19, 2023
1 parent 6429129 commit f6fb0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,4 @@ def show_all_cars(value):

if __name__ == '__main__':

app.run_server(debug=True)
app.run_server(host='0.0.0.0', port=8050, debug=True)

0 comments on commit f6fb0f5

Please sign in to comment.