summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-11-10 22:35:44 +0100
committerGravatar spoob <spoob@gmx.de> 2009-11-10 22:35:44 +0100
commit3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1 (patch)
tree14253774263963918f40c8fda361aacf65d4184f /pyLoadCore.py
parentnetload checksum check (diff)
downloadpyload-3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1.tar.xz
better uploaded pattern
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 2408c999c..9c9d468b4 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -151,6 +151,7 @@ class Core(object):
for line in open(file_handler, "r").readlines():
if "props['pattern']" in line:
plugin_pattern = line.split("r\"")[1].split("\"")[0]
+ break
if plugin_pattern != "":
self.plugins_avaible[plugin_file] = plugin_pattern
self.logger.debug(plugin_file + _(" added"))