Skip to content

Commit

Permalink
Merge branch 'feature/2x2-event-display' of github.com:DUNE/ndlar_flo…
Browse files Browse the repository at this point in the history
…w into feature/2x2-event-display
  • Loading branch information
marjoleinvannuland committed Jun 10, 2024
2 parents 995748b + ed0d996 commit e628be7
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 e628be7

Please sign in to comment.