Make flup changes
Getty Ritter
7 years ago
1 changed file(s) with
2 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+2
-1
bingo.py
less
more
78
78
79
79
80
80
if __name__ == '__main__':
81
app.run()
81
from flup.server.fcgi import WSGIServer
82
WSGIServer(app, bindAddress='/var/run/www/bingo.sock').run()