changeset 46:346573b610cd

Changed port/ip addr binding.
author Atul Varma <varmaa@toolness.com>
date Tue, 28 Apr 2009 17:37:09 +0000
parents 27785e0ac4d8
children 42b8c0229cd0
files openwebchat.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/openwebchat.py	Tue Apr 28 10:03:51 2009 -0700
+++ b/openwebchat.py	Tue Apr 28 17:37:09 2009 +0000
@@ -155,6 +155,6 @@
     if not os.path.exists(CONVERSATION_FILE):
         open(CONVERSATION_FILE, 'w').close()
 
-    server = OpenWebChatServer(('127.0.0.1', 8071),
+    server = OpenWebChatServer(('', 42532),
                                Conversation(open(CONVERSATION_FILE, 'r+w')))
     server.run()