Fix

portnov [2009-03-02 20:09:52]
Fix
Filename
centrixd/cxproto.py
diff --git a/centrixd/cxproto.py b/centrixd/cxproto.py
index a3b57f6..b6583f5 100644
--- a/centrixd/cxproto.py
+++ b/centrixd/cxproto.py
@@ -17,7 +17,7 @@ def shutdown():

 dispatcher.connect(shutdown, "shutdown")

-CXPORT = config['Network'].get('Port', 9222)
+CXPORT = int(config['Network'].get('Port', 9222))

 class CXProto(LineReceiver):
     status = None
ViewGit