mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
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:
@@ -31,6 +31,9 @@ def initialize(options={}):
|
|||||||
'server.socket_port': options['http_port'],
|
'server.socket_port': options['http_port'],
|
||||||
'server.socket_host': options['http_host'],
|
'server.socket_host': options['http_host'],
|
||||||
'engine.autoreload_on': False,
|
'engine.autoreload_on': False,
|
||||||
|
'tools.encode.on' : True,
|
||||||
|
'tools.encode.encoding' : 'utf-8',
|
||||||
|
'tools.decode.on' : True,
|
||||||
})
|
})
|
||||||
|
|
||||||
conf = {
|
conf = {
|
||||||
|
|||||||
Reference in New Issue
Block a user