Skip to content

Commit

Permalink
Make localhost:8080 default
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjolein van Nuland - Troost committed May 23, 2024
1 parent 811b23d commit ed0d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_display/interactive_event_display/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ def clean_cache():

# Run the app
if __name__ == "__main__":
app.run(debug=True, port=8080)
app.run(debug=True, host='127.0.0.1', port=8080)

0 comments on commit ed0d996

Please sign in to comment.