diff options
author | spoob <spoob@gmx.de> | 2009-06-21 15:27:00 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-21 15:27:00 +0200 |
commit | 868fc0690b5ae59c83196c9918932d1fb14533dd (patch) | |
tree | 6d8978f3aa520843f0c9df3be45e4d99f218822a /pyLoadCore.py | |
parent | cli able to add links (diff) | |
download | pyload-868fc0690b5ae59c83196c9918932d1fb14533dd.tar.xz |
fixed no url return bug
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r-- | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 25c9ae191..3a46aea21 100644 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -96,7 +96,6 @@ class Core(object): self.logger.debug(plugin_file + _(" added")) self.logger.info(_("created index of plugins")) - def read_links(self): """read links from txt""" txt = open(self.config['link_file'], 'r') |