From 6f9da086f0e43c35a65d200746a8132395ea09cd Mon Sep 17 00:00:00 2001 From: spl0k Date: Sat, 8 Mar 2014 21:30:45 +0100 Subject: [PATCH] -_- Closes #19 --- supysonic.fcgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supysonic.fcgi b/supysonic.fcgi index 6096755..47cf802 100755 --- a/supysonic.fcgi +++ b/supysonic.fcgi @@ -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()