Skip to content

Commit

Permalink
Port changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Gordon committed Dec 19, 2016
1 parent 58e4259 commit d2b6ced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/webapp.cpython-35.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,4 @@ def BTC_XMR():
# Remove this and it will default to localhost. I keep it this way as I designed for mobile users also.
"""
port = int(os.environ.get('PORT', 5000))
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=port)

0 comments on commit d2b6ced

Please sign in to comment.