view myrss/index.fcgi @ 117:476cb019ad9f

add laterlinks3
author paulo
date Tue, 08 Sep 2020 23:52:57 -0700
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()