summaryrefslogtreecommitdiffstats
path: root/module/plugins/LinkList.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-20 01:13:28 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-20 01:13:28 +0100
commitdc80059a0695767ead2f2d89c11ca88b2ad946e3 (patch)
tree6069338d1cc1408499d9c7e6d5fb8a74fc6c32c2 /module/plugins/LinkList.py
parentmerged (diff)
parentChecksum for Shareonline.biz (diff)
downloadpyload-dc80059a0695767ead2f2d89c11ca88b2ad946e3.tar.xz
merged
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 fc737e8c5..92508ce29 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