summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 22:32:28 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2013-03-23 22:32:28 +0100
commit8342aad089589479650703de915a356d634b202b (patch)
treeb94ad36b3f2e956df552ceb5ae185afe81454052 /module/plugins/hooks/ExtractArchive.py
parentNew debrid: DebridItaliaCom (diff)
downloadpyload-8342aad089589479650703de915a356d634b202b.tar.xz
Plugins: fixed inconsistent indentation
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index c789495ca..a5a973b7f 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -196,8 +196,6 @@ class ExtractArchive(Hook):
files_ids = new_files_ids # also check extracted files
if not matched: self.logInfo(_("No files found to extract"))
-
-
def startExtracting(self, plugin, fid, passwords, thread):
pyfile = self.core.files.getFile(fid)