diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-19 18:18:25 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-19 18:18:25 +0100 |
commit | eb9a72aeda45be2370522d79f686f0f43d973fa5 (patch) | |
tree | b27f55268a8d8a5e5b7bde91da74b2f309ee020a /module/ThreadManager.py | |
parent | new cryptit plugin (diff) | |
download | pyload-eb9a72aeda45be2370522d79f686f0f43d973fa5.tar.xz |
fixed cleanup
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index 6a1802b9e..8e92c1a6e 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -125,7 +125,6 @@ class ThreadManager: while [x.active.plugin.waiting for x in self.threads if x.active].count(True) != 0: sleep(0.25) - sleep(0.25) ip = self.getIP() @@ -184,7 +183,7 @@ class ThreadManager: def cleanPycurl(self): - """ make a global curl cleanup (currently ununused """ + """ make a global curl cleanup (currently ununused) """ if self.downloadingIds() or self.processingIds(): return False pycurl.global_cleanup() |