gdritter repos bingo / b4fd870
Make flup changes Getty Ritter 6 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Collapse all Expand all
7878
7979
8080 if __name__ == '__main__':
81 app.run()
81 from flup.server.fcgi import WSGIServer
82 WSGIServer(app, bindAddress='/var/run/www/bingo.sock').run()