view pics2/pics.fcgi @ 145:fc425d9abde6

myrss2: FEEDS: Remove jabberwocking.com and edge.org
author paulo
date Fri, 06 Jun 2025 06:52:19 +0000
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()