diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-23 12:22:15 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-23 12:22:15 +0100 |
commit | 023cd7cb92a79e84c038869bdafee3f2ee003159 (patch) | |
tree | 24b13bc08c01ead22188813213eceaee97d7d227 /module/ThreadManager.py | |
parent | fixed eta and progress, ready for first test (diff) | |
download | pyload-023cd7cb92a79e84c038869bdafee3f2ee003159.tar.xz |
fixed setting download size
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index e975f52a1..bb693d695 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -25,7 +25,6 @@ from threading import Event from time import sleep from traceback import print_exc from random import choice -#import pycurl import PluginThread from module.network.Request import getURL |