view pics2/pics.fcgi @ 98:e2817e789895

myrss: update FEEDS, and add filter_feed() function to remove bad character from the new feed
author paulo
date Wed, 01 Aug 2018 22:33:22 -0700
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import pics_app
9 WSGIServer(pics_app.app).run()