1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
Closes #19
This commit is contained in:
spl0k 2014-03-08 21:30:45 +01:00
parent 2070b55a7c
commit 6f9da086f0

View File

@ -24,5 +24,5 @@ from web import create_application
app = create_application()
if app:
WSGIServer(app, bindAddress = '/path/to/fcgi.sock').run
WSGIServer(app, bindAddress = '/path/to/fcgi.sock').run()