From 3a04eba163f0c577ebfd29c160826d5226019375 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 16 Jun 2009 22:57:05 +0200 Subject: fixed request bug --- module/thread_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/thread_list.py') diff --git a/module/thread_list.py b/module/thread_list.py index a7e92b77d..677fe7ecc 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -117,8 +117,8 @@ class Thread_List(object): data = data.replace(pyfile.url + '\n', "") - with open(self.parent.config['link_file'], 'w') as f: - f.write(data) + #with open(self.parent.config['link_file'], 'w') as f: + #f.write(data) if pyfile.status.type == "reconnected":#put it back in queque self.py_load_files.insert(0, pyfile) -- cgit v1.2.3