1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Fixed a typo

This commit is contained in:
Alban 2014-03-04 23:02:19 +01:00
parent 4ce3958cbb
commit 2070b55a7c

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