summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:28:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:28:27 +0100
commit79c8e28802a133049bdad5fb93672ec8964031c4 (patch)
treedb415676d0b046633732c18fd864536c19f91c9f
parentwebinterface: config working, downloadable files (diff)
downloadpyload-79c8e28802a133049bdad5fb93672ec8964031c4.tar.xz
changed 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 210451af9..ff99b0968 100644
--- a/module/plugins/LinkList.py
+++ b/module/plugins/LinkList.py
@@ -35,10 +35,10 @@ class LinkList(Plugin):
tmpLinks.append(link.replace("\n", ""))
txt.close()
- #~ if not self.parent.core.config['general']['debug_mode']:
- #~ txt = open(linkList, 'w')
- #~ txt.write("")
- #~ txt.close()
- #~ #may delete read txt file?
+ 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