summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LetitbitNetFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/LetitbitNetFolder.py')
-rw-r--r--module/plugins/crypter/LetitbitNetFolder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LetitbitNetFolder.py b/module/plugins/crypter/LetitbitNetFolder.py
index 7f1f8f3d0..af10f248c 100644
--- a/module/plugins/crypter/LetitbitNetFolder.py
+++ b/module/plugins/crypter/LetitbitNetFolder.py
@@ -31,4 +31,4 @@ class LetitbitNetFolder(Crypter):
self.urls.extend(re.findall(self.LINK_PATTERN, folder.group(0)))
if not self.urls:
- self.fail('Could not extract any links')
+ self.fail("Could not extract any links")