Results 1 issues of Dani Alcala

I have a wsgi-based middleware for my bottle app ``` import os import sys from bottle import Bottle, run, redirect import webob # WebOb==1.8.7 app = Bottle(__name__) @app.route("/") def index():...