summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/AdYouLike.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/AdYouLike.py')
-rw-r--r--module/plugins/internal/AdYouLike.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/AdYouLike.py b/module/plugins/internal/AdYouLike.py
index 9036b4632..64ce6e7fa 100644
--- a/module/plugins/internal/AdYouLike.py
+++ b/module/plugins/internal/AdYouLike.py
@@ -28,7 +28,7 @@ class AdYouLike(Captcha):
if m and n:
self.key = (m.group(1).strip(), n.group(1).strip())
self.log_debug("Ayl: %s | Callback: %s" % self.key)
- return self.key #: key is the tuple(ayl, callback)
+ return self.key #: Key is the tuple(ayl, callback)
else:
self.log_warning(_("Ayl or callback pattern not found"))
return None