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()