diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-15 19:28:12 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-15 19:28:12 +0100 |
commit | 17b3595dc5db8b3270e6bcd07176ed4b7b47930a (patch) | |
tree | 22585271445d40866e8a311db3372a93c39b4b82 /module/network/HTTPRequest.py | |
parent | backend + api test case, nicer format for plugin tester (diff) | |
download | pyload-17b3595dc5db8b3270e6bcd07176ed4b7b47930a.tar.xz |
improved handling of content-disposition
Diffstat (limited to 'module/network/HTTPRequest.py')
-rw-r--r-- | module/network/HTTPRequest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index 7887081e7..a0b419763 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -271,7 +271,7 @@ class HTTPRequest(): #TODO: html_unescape as default except LookupError: - self.log.debug("No Decoder foung for %s" % encoding) + self.log.debug("No Decoder found for %s" % encoding) except Exception: self.log.debug("Error when decoding string from %s." % encoding) |