From: Fredrik Tolf Date: Fri, 27 May 2011 00:22:27 +0000 (+0200) Subject: Fixed restart typo. X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=d7604bee761fb76faf0f70e26c946dae83ebc68e;p=wrw.git Fixed restart typo. --- 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: