summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r--module/plugins/crypter/CryptItCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/CryptItCom.py b/module/plugins/crypter/CryptItCom.py
index cc9af8dd6..4dff06b21 100644
--- a/module/plugins/crypter/CryptItCom.py
+++ b/module/plugins/crypter/CryptItCom.py
@@ -24,7 +24,7 @@ class CryptItCom(Crypter):
def file_exists(self):
html = self.load(self.parent.url)
- if r'<div class="folder">Was ist Crypt-It</div>' in html):
+ if r'<div class="folder">Was ist Crypt-It</div>' in html:
return False
return True