diff options
author | spoob <spoob@gmx.de> | 2009-12-20 01:13:28 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-20 01:13:28 +0100 |
commit | dc80059a0695767ead2f2d89c11ca88b2ad946e3 (patch) | |
tree | 6069338d1cc1408499d9c7e6d5fb8a74fc6c32c2 /module/plugins/LinkList.py | |
parent | merged (diff) | |
parent | Checksum for Shareonline.biz (diff) | |
download | pyload-dc80059a0695767ead2f2d89c11ca88b2ad946e3.tar.xz |
merged
Diffstat (limited to 'module/plugins/LinkList.py')
-rw-r--r-- | module/plugins/LinkList.py | 10 |
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 |