Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
Closes spl0k#19
  • Loading branch information
spl0k committed Mar 8, 2014
1 parent 2070b55 commit 6f9da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supysonic.fcgi
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 6f9da08

Please sign in to comment.