view laterlinks2/index.fcgi @ 126:a00f9d3beb9b

myrss2: update FEEDS for aeon.co
author paulo
date Fri, 01 Oct 2021 23:32:22 -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()