From 59685735a69b937bab10bd4b852e3f85c74c1743 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 17 Sep 2011 22:44:29 +0200 Subject: fixes one of last commits --- module/network/HTTPChunk.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module') diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 0b1cdff74..14900ca49 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -122,6 +122,7 @@ class HTTPChunk(HTTPRequest): self.p = parent # HTTPDownload instance self.range = range # tuple (start, end) self.resume = resume + self.log = parent.log self.arrived = 0 self.lastURL = self.p.referer @@ -141,8 +142,6 @@ class HTTPChunk(HTTPRequest): self.rep = None - self.log = p.log - @property def cj(self): return self.p.cj -- cgit v1.2.3