From 0362f342d3526ded8650acb219e205d3f93c37a4 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 26 Oct 2014 20:48:37 +0100 Subject: [RSDF] Fix typo (thx Guidobelix) --- module/plugins/container/RSDF.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/container/RSDF.py b/module/plugins/container/RSDF.py index 781b00326..0819fcdea 100644 --- a/module/plugins/container/RSDF.py +++ b/module/plugins/container/RSDF.py @@ -9,7 +9,7 @@ from module.plugins.Container import Container class RSDF(Container): __name__ = "RSDF" - __version__ = "0.22" + __version__ = "0.23" __pattern__ = r'.+\.rsdf' @@ -49,4 +49,4 @@ class RSDF(Container): decryptedUrl = link.replace('CCF: ', '') self.urls.append(decryptedUrl) - self.logDebug("Adding package %s with %d links" % (pyfile.package().name, len(links))) + self.logDebug("Adding package %s with %d links" % (pyfile.package().name, len(self.urls))) -- cgit v1.2.3