mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-22 20:59:27 +00:00
Use single file instead of directory with commands
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user