mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 17:06:17 +00:00
parent
2070b55a7c
commit
6f9da086f0
@ -24,5 +24,5 @@ from web import create_application
|
|||||||
|
|
||||||
app = create_application()
|
app = create_application()
|
||||||
if app:
|
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