From d44888ca5ab15913db944d1b1646df8f103c4ba6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 26 May 2009 00:04:33 +0200 Subject: improved plugins --- module/Py_Load_File.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/Py_Load_File.py') diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index c4bf2b08c..9f962ffb3 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -23,7 +23,7 @@ class PyLoadFile: if re.match(plugin_pattern, self.url) != None: return plugin #logger: kein plugin gefunden # was soll passieren wenn nichts gefunden wird?!? - return None + return "Plugin" def prepareDownload(self): self.status.exists = self.plugin.file_exists() -- cgit v1.2.3