Possible Fix for Issue #533

This commit is contained in:
Patrick Speiser
2012-09-08 09:13:18 +02:00
parent 7c85002e5d
commit 196ea11ced

View File

@@ -31,6 +31,9 @@ def initialize(options={}):
'server.socket_port': options['http_port'],
'server.socket_host': options['http_host'],
'engine.autoreload_on': False,
'tools.encode.on' : True,
'tools.encode.encoding' : 'utf-8',
'tools.decode.on' : True,
})
conf = {