comparison pics2/pics.fcgi @ 110:1a5c0fc5627a

myrss2: fix gzip and leading whitespace handling; add test feed, test server; update FEEDS
author paulo
date Wed, 03 Jun 2020 01:20:20 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:03b7fbe7d791
1 #!/usr/bin/env python
2
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
5
6 import pics_app
7
8
9 WSGIServer(pics_app.app).run()