From 4d978dedd16418a4e7d8c81bd819a6a5fa432057 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:26:05 +0200 Subject: Use pyfile instead self.pyfile Merges vuolter/pyload@b7f6e2e --- module/plugins/crypter/FourChanOrg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/crypter/FourChanOrg.py') diff --git a/module/plugins/crypter/FourChanOrg.py b/module/plugins/crypter/FourChanOrg.py index 9d4c9fd76..b109d5060 100644 --- a/module/plugins/crypter/FourChanOrg.py +++ b/module/plugins/crypter/FourChanOrg.py @@ -22,4 +22,4 @@ class FourChanOrg(Crypter): for image in images: urls.append("http://" + image) - self.core.files.addLinks(urls, self.pyfile.package().id) + self.core.files.addLinks(urls, pyfile.package().id) -- cgit v1.2.3