Mercurial > traipse_dev
changeset 18:67b900deb35c traipse_dev
One more run before moving to stable.
author | sirebral |
---|---|
date | Tue, 21 Jul 2009 05:34:16 -0500 |
parents | 83fb9a73a30f |
children | 78407d627cba |
files | orpg/orpg_version.py plugins/xxcherrypy.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Jul 21 02:52:54 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 05:34:16 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090721-01" +BUILD = "090721-02" # This version is for network capability. PROTOCOL_VERSION = "1.2"
--- 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')