From 7b384955c4c3575d36d981b61b06442bd1aa7013 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 27 Oct 2015 18:32:05 +0100 Subject: [XFileSharingFolder] Fix https://github.com/pyload/pyload/issues/2122 --- module/plugins/crypter/XFileSharingFolder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/crypter/XFileSharingFolder.py b/module/plugins/crypter/XFileSharingFolder.py index 7c8003705..0b31e3a90 100644 --- a/module/plugins/crypter/XFileSharingFolder.py +++ b/module/plugins/crypter/XFileSharingFolder.py @@ -8,7 +8,7 @@ from module.plugins.internal.XFSCrypter import XFSCrypter, create_getInfo class XFileSharingFolder(XFSCrypter): __name__ = "XFileSharingFolder" __type__ = "crypter" - __version__ = "0.21" + __version__ = "0.22" __status__ = "testing" __pattern__ = r'^unmatchable$' @@ -42,7 +42,7 @@ class XFileSharingFolder(XFSCrypter): self.req = self.pyload.requestFactory.getRequest(self.classname) self.premium = False - super(SimpleCrypter, self).setup_base() + super(XFileSharingFolder, self).setup_base() #@TODO: Recheck in 0.4.10 -- cgit v1.2.3