summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/plugins/LinkList.py10
-rw-r--r--module/web/pyload.dbbin43008 -> 44032 bytes
2 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
diff --git a/module/web/pyload.db b/module/web/pyload.db
index 44b0dbe23..013c8607d 100644
--- a/module/web/pyload.db
+++ b/module/web/pyload.db
Binary files differ