diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-27 22:44:01 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-27 22:44:01 +0200 |
commit | f31082dfaf52c80b3f7ee96ef4390af2d1e9331c (patch) | |
tree | d391670f160b5733c218581a0311587710b201a9 /module/PluginThread.py | |
parent | readded speedmanager (diff) | |
download | pyload-f31082dfaf52c80b3f7ee96ef4390af2d1e9331c.tar.xz |
implemented speedmanager
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 9d16155ef..32426766a 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -147,7 +147,6 @@ class DownloadThread(PluginThread): except Reconnect: self.queue.put(pyfile) - #@TODO #pyfile.req.clearCookies() while self.m.reconnecting.isSet(): |