diff options
author | spoob <spoob@gmx.de> | 2009-12-17 15:30:25 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-17 15:30:25 +0100 |
commit | 502a9567941d562883a9464555a64a40590d7eed (patch) | |
tree | a84fcaf265ed44e3add7a409ddbb7b1a5edcbfd3 /module/plugins/LinkList.py | |
parent | new images, status ajax, add jquery (diff) | |
download | pyload-502a9567941d562883a9464555a64a40590d7eed.tar.xz |
Little Rapidshare Fix
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 092e3ef10..210451af9 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() + #~ #may delete read txt file? self.links = tmpLinks |