mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
Fixed a typo
This commit is contained in:
parent
4ce3958cbb
commit
2070b55a7c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user