diff options
| author | 2009-12-09 22:14:56 +0100 | |
|---|---|---|
| committer | 2009-12-09 22:14:56 +0100 | |
| commit | 0efe5e5cea1ce7658256d1826ab12c3ceb9a8e83 (patch) | |
| tree | b3d823310464ce94250c757e6489829388b6292d /module | |
| parent | clean + merge (diff) | |
| download | pyload-0efe5e5cea1ce7658256d1826ab12c3ceb9a8e83.tar.xz | |
DLC fixed
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/DLC.pyc | bin | 2231 -> 5829 bytes | |||
| -rw-r--r-- | module/plugins/LinkList.py | 11 | 
2 files changed, 6 insertions, 5 deletions
| diff --git a/module/plugins/DLC.pyc b/module/plugins/DLC.pycBinary files differ index 980dd8ace..879e679fc 100644 --- a/module/plugins/DLC.pyc +++ b/module/plugins/DLC.pyc diff --git a/module/plugins/LinkList.py b/module/plugins/LinkList.py index e496f2a57..c934ca464 100644 --- a/module/plugins/LinkList.py +++ b/module/plugins/LinkList.py @@ -35,10 +35,11 @@ class LinkList(Plugin):              if link != "\n":                  tmpLinks.append(link)          txt.close() -         -        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 | 
