mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 04:39:26 +00: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_host': options['http_host'],
|
||||
'engine.autoreload_on': False,
|
||||
'tools.encode.on' : True,
|
||||
'tools.encode.encoding' : 'utf-8',
|
||||
'tools.decode.on' : True,
|
||||
})
|
||||
|
||||
conf = {
|
||||
|
||||
Reference in New Issue
Block a user