view laterlinks2/index.fcgi @ 135:66f184a5234b

myrss2: FEEDS: update The Drive and Open Culture
author paulo
date Thu, 21 Apr 2022 06:57:38 +0000
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()