diff options
| author | 2015-01-22 21:31:19 +0100 | |
|---|---|---|
| committer | 2015-01-22 21:31:19 +0100 | |
| commit | cf4ded052964047de88d676045329b8fa4fca2dc (patch) | |
| tree | 5864aad4f34b273044018393b6bb9be690162050 /module/plugins/container | |
| parent | [CaptchaService] Merge together ReCaptcha versions (diff) | |
| download | pyload-cf4ded052964047de88d676045329b8fa4fca2dc.tar.xz | |
Update plugins after CaptchaService changes
Diffstat (limited to 'module/plugins/container')
| -rw-r--r-- | module/plugins/container/RSDF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/container/RSDF.py b/module/plugins/container/RSDF.py index 0c43f0e6c..e263c3fe3 100644 --- a/module/plugins/container/RSDF.py +++ b/module/plugins/container/RSDF.py @@ -39,7 +39,7 @@ class RSDF(Container): with open(infile, 'r') as rsdf: data = rsdf.read() except IOError, e: - self.fail(str(e)) + self.fail(e) if re.search(r"<title>404 - Not Found</title>", data) is None: data = binascii.unhexlify(''.join(data.split())) |
