From 97f9a98b47612b363526b0f9322874a82cc8f0bb Mon Sep 17 00:00:00 2001 From: jansohn Date: Fri, 2 Oct 2015 11:08:19 +0200 Subject: fix #1921 --- module/plugins/internal/SimpleCrypter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal') 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 -- cgit v1.2.3