From 54617bf3268c27d63a40844216760a49f28d39e0 Mon Sep 17 00:00:00 2001 From: Sacheendra Talluri Date: Wed, 9 Aug 2017 11:59:16 +0200 Subject: Change port back --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') 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) -- cgit v1.2.3