Mercurial > traipse_dev
diff plugins/xxcherrypy.py @ 18:67b900deb35c traipse_dev
One more run before moving to stable.
author | sirebral |
---|---|
date | Tue, 21 Jul 2009 05:34:16 -0500 |
parents | 0b8b7e3ed78d |
children | 78407d627cba |
line wrap: on
line diff
--- a/plugins/xxcherrypy.py Tue Jul 21 02:52:54 2009 -0500 +++ b/plugins/xxcherrypy.py Tue Jul 21 05:34:16 2009 -0500 @@ -44,7 +44,7 @@ urllib.urlopen("http://orpgmeta.appspot.com/myip").read() ).documentElement.getAttribute("ip") - self.port = int(self.plugindb.GetString("xxcherrypy", "port", None)) or 6775 + self.port = int(self.plugindb.GetString("xxcherrypy", "port", 8080)) or 6775 self.plugin_addcommand('/cherrypy', self.on_cherrypy, '[on | off | port | status] - This controls the CherryPy Web Server')