Skip to content

Commit

Permalink
Change app to listen on network
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Uthaichai committed Aug 13, 2015
1 parent 066c078 commit 4a4f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ def delete_quote(id):
if __name__ == "__main__":

# app.debug = True #uncomment to run debug mode
app.run()
app.run(host= '0.0.0.0')

0 comments on commit 4a4f365

Please # to comment.