summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPChunk.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 21:56:25 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 21:56:25 +0200
commitb26daf96006e16cfca296b9f78021254b6e6fa8f (patch)
treed1166be13ba2942a68bf55656b82845708d09e91 /module/network/HTTPChunk.py
parentfixed positional captchas + availbillity over thrift (diff)
downloadpyload-b26daf96006e16cfca296b9f78021254b6e6fa8f.tar.xz
automatically try to decode all request according to http header
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r--module/network/HTTPChunk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py
index cf77ccae6..d1d56c02b 100644
--- a/module/network/HTTPChunk.py
+++ b/module/network/HTTPChunk.py
@@ -20,7 +20,6 @@ from os import remove
from os.path import exists
from time import sleep
from re import search
-from logging import getLogger
import pycurl
@@ -139,8 +138,6 @@ class HTTPChunk(HTTPRequest):
self.BOMChecked = False
# check and remove byte order mark
- self.log = getLogger("log")
-
@property
def cj(self):
return self.p.cj