summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-16 23:12:31 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-16 23:12:31 +0200
commita665a9a1043f1cca8c3fd45365bb2443c80ae20c (patch)
treeac8e09719dd2a14e57a253a7dd73efeb7d31011a /module/thread_list.py
parentfixed request bug (diff)
downloadpyload-a665a9a1043f1cca8c3fd45365bb2443c80ae20c.tar.xz
fixed rapidshare server url bug
Diffstat (limited to 'module/thread_list.py')
-rw-r--r--module/thread_list.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/thread_list.py b/module/thread_list.py
index 677fe7ecc..a7e92b77d 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)