view laterlinks2/index.fcgi @ 92:96a5e2055acb

myrss: update FEEDS
author paulo
date Mon, 28 Aug 2017 00:13:10 -0600
parents
children a24807036601
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import laterlinks_app
9 WSGIServer(laterlinks_app.app).run()