diff options
author | jansohn <jansohn@yopmail.com> | 2015-10-02 11:08:19 +0200 |
---|---|---|
committer | jansohn <jansohn@yopmail.com> | 2015-10-02 11:08:19 +0200 |
commit | 97f9a98b47612b363526b0f9322874a82cc8f0bb (patch) | |
tree | 7c05f52de29f0476a5a3ba634d5b73aaf0d25dc4 /module/plugins/internal | |
parent | Merge pull request #2 from pyload/stable (diff) | |
download | pyload-97f9a98b47612b363526b0f9322874a82cc8f0bb.tar.xz |
fix #1921
Diffstat (limited to 'module/plugins/internal')
-rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 20e91ac1e..a6feb8fbe 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -157,7 +157,7 @@ class SimpleCrypter(Crypter, SimpleHoster): return re.findall(self.LINK_PATTERN, self.html) - def load_page(self, number) + def load_page(self, number): raise NotImplementedError |