comparison pics2/pics.fcgi @ 70:3456dd3e8660

myrss: add exception handling around main()
author paulo
date Wed, 29 Jul 2015 00:20:39 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:03b7fbe7d791
1 #!/usr/bin/env python
2
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
5
6 import pics_app
7
8
9 WSGIServer(pics_app.app).run()