summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/CaptchaService.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/CaptchaService.py')
-rw-r--r--module/plugins/internal/CaptchaService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py
index 397f4f750..6f08d4498 100644
--- a/module/plugins/internal/CaptchaService.py
+++ b/module/plugins/internal/CaptchaService.py
@@ -27,7 +27,7 @@ class CaptchaService(Captcha):
def retrieve_data(self):
- return self.plugin.data or self.plugin.last_html or ""
+ return self.pyfile.plugin.data or self.pyfile.plugin.last_html or ""
def detect_key(self, data=None):