Skip to content

Commit

Permalink
Merge pull request #103 from ral-facilities/102_add_bracket
Browse files Browse the repository at this point in the history
#102: Add bracket
  • Loading branch information
keiranjprice101 authored Oct 23, 2019
2 parents 78799d5 + 0974012 commit 69b7939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"/instruments/<int:instrument_id>/facilitycycles/<int:cycle_id>/investigations/count")

if __name__ == "__main__":
app.run(host=config.get_host(), port=config.get_port(), debug=config.is_debug_mode()
app.run(host=config.get_host(), port=config.get_port(), debug=config.is_debug_mode())

0 comments on commit 69b7939

Please sign in to comment.