summaryrefslogtreecommitdiffstats
path: root/module/plugins/LinkList.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-20 01:12:27 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-20 01:12:27 +0100
commitda1e726d6d4ece84c94af4a9a766fb5a39325eab (patch)
treed8b9a7c89d4d753fff9539683d62ec541a6c00b5 /module/plugins/LinkList.py
parentFixed normal hoster file_exists function (diff)
downloadpyload-da1e726d6d4ece84c94af4a9a766fb5a39325eab.tar.xz
Checksum for Shareonline.biz
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