Skip to content

Commit

Permalink
Update usage.py to use app.run
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors authored Oct 8, 2024
1 parent 425fcc0 commit be61975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_shortname}}/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def display_output(value):


if __name__ == '__main__':
app.run_server(debug=True)
app.run(debug=True)

0 comments on commit be61975

Please sign in to comment.