view laterlinks2/index.fcgi @ 110:1a5c0fc5627a

myrss2: fix gzip and leading whitespace handling; add test feed, test server; update FEEDS
author paulo
date Wed, 03 Jun 2020 01:20:20 -0700
parents 16bcb4ae6985
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 import laterlinks_app
8 WSGIServer(laterlinks_app.app).run()