Skip to content

Commit

Permalink
update app.run()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohith94 authored Jan 13, 2019
1 parent ad44dd1 commit b3f10d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,4 @@ def categories_json():

if __name__ == "__main__":
app.secret_key = b'_5#y2L"F4Q8z\n\xec]/'
app.run(host="0.0.0.0", port=5000, debug=True)
app.run()

0 comments on commit b3f10d1

Please sign in to comment.