From: Fredrik Tolf Date: Wed, 22 Mar 2017 04:40:15 +0000 (+0100) Subject: Fixed copyrequest missing input. X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=commitdiff_plain;h=0d77a23d34ff679933685321c82c159636b7abee Fixed copyrequest missing input. --- 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)