diff options
author | spoob <spoob@gmx.de> | 2009-06-16 16:50:59 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-16 16:50:59 +0200 |
commit | c0da328490dcae4ceab6416ef8d48d9262c1aad3 (patch) | |
tree | 54ef14373d85855a122857e85d5e8f4db3414b76 /module/thread_list.py | |
parent | fixed file_list bug (diff) | |
download | pyload-c0da328490dcae4ceab6416ef8d48d9262c1aad3.tar.xz |
Added Zippyshare.com Download Plugin
Diffstat (limited to 'module/thread_list.py')
-rw-r--r-- | module/thread_list.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |