From d7604bee761fb76faf0f70e26c946dae83ebc68e Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 27 May 2011 02:22:27 +0200 Subject: [PATCH] Fixed restart typo. --- wrw/dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrw/dispatch.py b/wrw/dispatch.py index d428a77..5a7bda0 100644 --- a/wrw/dispatch.py +++ b/wrw/dispatch.py @@ -21,7 +21,7 @@ def handle(req, startreq, handler): resp = handler(req) break except restart, i: - handler = i + handler = i.handle req.commit(startreq) return resp finally: -- 2.11.0