Skip to content

Commit 81fea22

Browse files
authored
Merge pull request #167 from plotly/use-app-run
update usage app to use app.run
2 parents 618b66c + 2e5f7c6 commit 81fea22

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_shortname}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_shortname}}/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def display_output(value):
1919

2020

2121
if __name__ == '__main__':
22-
app.run_server(debug=True)
22+
app.run(debug=True)

0 commit comments

Comments
 (0)