From 115bbdeb9a137c90c0897776f6b69672a41ece3d Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 26 Mar 2012 15:06:50 +0100 Subject: [PATCH] Use single file instead of directory with commands --- headphones/webstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webstart.py b/headphones/webstart.py index 598bf059..4726ff5f 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -45,7 +45,7 @@ def initialize(options={}): } if options['api']: - conf['/api'] = {'tools.staticdir.on': True, 'tools.staticdir.dir': "api"} + conf['/api'] = {'tools.staticdir.on': True, 'tools.staticdir.filename': "api"} if options['http_password'] != "": conf['/'].update({