summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2017-08-09 11:59:16 +0200
committerSacheendra Talluri <sacheendra.t@gmail.com>2017-08-09 11:59:16 +0200
commit54617bf3268c27d63a40844216760a49f28d39e0 (patch)
tree935c2ef5b1621b0e13ec76f2ca02f6912940d690 /main.py
parent5c24591feb5eb932ad692c54052dd298c6d8839e (diff)
Change port back
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index c94f9ab7..307b5356 100644
--- a/main.py
+++ b/main.py
@@ -199,4 +199,4 @@ def _process_message(message):
return (request, response)
-SOCKET_IO_CORE.run(FLASK_CORE_APP, host='0.0.0.0', port=8082)
+SOCKET_IO_CORE.run(FLASK_CORE_APP, host='0.0.0.0', port=8081)