view myrss/index.fcgi @ 89:18f8c214169f

add gtc
author paulo
date Sun, 19 Feb 2017 19:45:31 -0800
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()