From d2b6ced2b421b34af1ac88d1519a55830204c9da Mon Sep 17 00:00:00 2001 From: FlashGordon95 Date: Mon, 19 Dec 2016 20:20:36 +0000 Subject: [PATCH] Port changes --- __pycache__/webapp.cpython-35.pyc | Bin 13595 -> 13595 bytes webapp.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/webapp.cpython-35.pyc b/__pycache__/webapp.cpython-35.pyc index ea953ddc2811392a2392e87239df0f79d2ef4138..3ce330b49c48bddbacaf9346bb175746f0d67db7 100644 GIT binary patch delta 25 gcmbQ8H9Lz_jF*?|uX#j-+eXe1Mn;~^ag2M70cN!amH+?% delta 25 gcmbQ8H9Lz_jF*?|U4uh}>qgEHMn>Mvag2M70cf@dxBvhE diff --git a/webapp.py b/webapp.py index 00dfcd4..40113b0 100644 --- a/webapp.py +++ b/webapp.py @@ -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)