view laterlinks2/index.fcgi @ 123:b2aebd4994ea

myrss2: update FEEDS again to remove The Browser
author paulo
date Thu, 25 Mar 2021 00:23:17 -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()