Fix for Issue #533 should have been included in the big merge but i seem to have accidentally reverted it some time ago

This commit is contained in:
Patrick Speiser
2012-10-05 03:11:36 +02:00
parent defdfa9c69
commit 27d606dbf8

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 = {