view laterlinks2/index.fcgi @ 105:3afe26a1d000

thule_fit_fits: use non-deprecated mysqli module
author paulo
date Mon, 23 Dec 2019 01:13:03 -0800
parents
children a24807036601
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import laterlinks_app
9 WSGIServer(laterlinks_app.app).run()