summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LixIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/LixIn.py')
-rw-r--r--module/plugins/crypter/LixIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LixIn.py b/module/plugins/crypter/LixIn.py
index 6ba463459..4b6c3afcc 100644
--- a/module/plugins/crypter/LixIn.py
+++ b/module/plugins/crypter/LixIn.py
@@ -55,4 +55,4 @@ class LixIn(Crypter):
new_link = matches.group("link")
self.logDebug("Found link %s, adding to package" % new_link)
- self.packages.append((self.pyfile.package().name, [new_link], self.pyfile.package().name))
+ self.packages.append((pyfile.package().name, [new_link], pyfile.package().name))