summaryrefslogtreecommitdiffstats
path: root/module/Py_Load_File.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 00:04:33 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 00:04:33 +0200
commitd44888ca5ab15913db944d1b1646df8f103c4ba6 (patch)
treee1d9d6109cb29ae45db1fe065b8395e5f3f789eb /module/Py_Load_File.py
parentchanged variable names (diff)
downloadpyload-d44888ca5ab15913db944d1b1646df8f103c4ba6.tar.xz
improved plugins
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r--module/Py_Load_File.py2
1 files changed, 1 insertions, 1 deletions
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()