diff options
author | spoob <spoob@gmx.de> | 2009-11-10 22:35:44 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-10 22:35:44 +0100 |
commit | 3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1 (patch) | |
tree | 14253774263963918f40c8fda361aacf65d4184f /pyLoadCore.py | |
parent | netload checksum check (diff) | |
download | pyload-3ddb6aef1bfbe1a8684c22a1afca2a87f3a830d1.tar.xz |
better uploaded pattern
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
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")) |