From 868fc0690b5ae59c83196c9918932d1fb14533dd Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 21 Jun 2009 15:27:00 +0200 Subject: fixed no url return bug --- pyLoadCore.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyLoadCore.py') 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') -- cgit v1.2.3