Skip to content

Commit

Permalink
Edit host and debug option when start server
Browse files Browse the repository at this point in the history
  • Loading branch information
teamsoo committed Nov 1, 2017
1 parent 4c9b09e commit ff9bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def api_root():
return "Where is the image?"

if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', debug=False)

0 comments on commit ff9bdb6

Please sign in to comment.