view pics2/pics.fcgi @ 129:bd8a61f9162f

myrss2: add San Mateo Daily Journal to FEEDS
author paulo
date Tue, 11 Jan 2022 02:36:16 -0800
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import pics_app
9 WSGIServer(pics_app.app).run()