diff options
author | 2011-07-08 12:10:22 +0200 | |
---|---|---|
committer | 2011-07-08 12:10:22 +0200 | |
commit | d5034d4f8929221f021b61a82e893cb5d53c3676 (patch) | |
tree | 5ddf19b63077a39f069b3b642f55647fdcc90f20 /module/PluginThread.py | |
parent | basic event manager (diff) | |
download | pyload-d5034d4f8929221f021b61a82e893cb5d53c3676.tar.xz |
calculate queue count, db improvements
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 5f311aa07..d1c139062 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -276,6 +276,7 @@ class DownloadThread(PluginThread): finally: self.m.core.files.save() + self.m.core.files.resetCount() exc_clear() |