summaryrefslogtreecommitdiff
path: root/cherrypy/lib/covercp.py
diff options
context:
space:
mode:
authorRemi Delon <rdelon@cherrypy.org>2005-12-03 18:44:11 +0000
committerRemi Delon <rdelon@cherrypy.org>2005-12-03 18:44:11 +0000
commitaaf39882e0b581afe6e0729a92935c341c64accd (patch)
tree79e5f4902853b33aa344aa8164fff6ac98143086 /cherrypy/lib/covercp.py
parent66f2692af446cbbfb32de0fb1839a3522c6932df (diff)
downloadcherrypy-git-aaf39882e0b581afe6e0729a92935c341c64accd.tar.gz
Big change: camelCase to lower_with_underscore names (still need to update the book)
Diffstat (limited to 'cherrypy/lib/covercp.py')
-rw-r--r--cherrypy/lib/covercp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cherrypy/lib/covercp.py b/cherrypy/lib/covercp.py
index e2f3919f..19c8df7a 100644
--- a/cherrypy/lib/covercp.py
+++ b/cherrypy/lib/covercp.py
@@ -345,8 +345,8 @@ def serve(path=localFile, port=8080):
import cherrypy
cherrypy.root = CoverStats()
- cherrypy.config.update({'server.socketPort': port,
- 'server.threadPool': 10,
+ cherrypy.config.update({'server.socket_port': port,
+ 'server.thread_pool': 10,
'server.environment': "production",
})
cherrypy.server.start()