From 2070b55a7c35190d5a555d634545606a2a9c944a Mon Sep 17 00:00:00 2001 From: Alban Date: Tue, 4 Mar 2014 23:02:19 +0100 Subject: [PATCH] Fixed a typo --- supysonic.fcgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supysonic.fcgi b/supysonic.fcgi index 25540ad..6096755 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