summaryrefslogtreecommitdiffstats
path: root/module/plugins/LinkList.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-20 23:45:18 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-20 23:45:18 +0100
commit91b1ff7e83a4576ade65792b9c402e2f970c5ef5 (patch)
tree3b30bce862ba1f0adfaf89d456edba6987ad623e /module/plugins/LinkList.py
parentcli + web fixes (diff)
downloadpyload-91b1ff7e83a4576ade65792b9c402e2f970c5ef5.tar.xz
fixed zippyshare
Diffstat (limited to 'module/plugins/LinkList.py')
-rw-r--r--module/plugins/LinkList.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/plugins/LinkList.py b/module/plugins/LinkList.py
index 92508ce29..fc737e8c5 100644
--- a/module/plugins/LinkList.py
+++ b/module/plugins/LinkList.py
@@ -29,11 +29,11 @@ class LinkList(Plugin):
if link != "\n":
tmpLinks.append(link.replace("\n", ""))
txt.close()
-
- if not self.parent.core.config['general']['debug_mode']:
- txt = open(linkList, 'w')
- txt.write("")
- txt.close()
+#~
+ #~ if not self.parent.core.config['general']['debug_mode']:
+ #~ txt = open(linkList, 'w')
+ #~ txt.write("")
+ #~ txt.close()
#@TODO: maybe delete read txt file?
self.links = tmpLinks