view myw/index.fcgi @ 136:93ad5ecd149d

myw2: Update radar url
author paulo
date Sat, 22 Oct 2022 18:50:25 +0000
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 from redirect_app import app
8 WSGIServer(app).run()