From 0d77a23d34ff679933685321c82c159636b7abee Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 22 Mar 2017 05:40:15 +0100 Subject: [PATCH] Fixed copyrequest missing input. --- wrw/req.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wrw/req.py b/wrw/req.py index 016d2d8..b08afae 100644 --- a/wrw/req.py +++ b/wrw/req.py @@ -230,6 +230,7 @@ class copyrequest(request): self.https = p.https self.ihead = p.ihead self.ohead = p.ohead + self.input = p.input def status(self, code, msg): return self.parent.status(code, msg) -- 2.11.0