view laterlinks2/index.fcgi @ 128:a26c4388749b

myw2: update hourly URL
author paulo
date Mon, 10 Jan 2022 00:26:27 -0800
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()