Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spl0k committed Mar 4, 2014
1 parent 4ce3958 commit 2070b55
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 2070b55

Please sign in to comment.