one more port

This commit is contained in:
j 2015-02-23 00:52:55 +05:30
parent 848e498a49
commit 8933b47a13

View file

@ -12,7 +12,7 @@ import SocketServer
from threading import Thread from threading import Thread
PORT = 9841 PORT = 9842
static_dir = os.path.normpath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..', 'Resources', 'static')) static_dir = os.path.normpath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..', 'Resources', 'static'))