view myrss/index.fcgi @ 111:320904a2e311

myw: add goes
author paulo
date Sun, 28 Jun 2020 15:51:12 -0600
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 from myrss_app import MyRssApp
8 WSGIServer(MyRssApp()).run()