diff options
author | 2014-01-19 22:07:30 +0100 | |
---|---|---|
committer | 2014-01-19 22:07:30 +0100 | |
commit | 64570fa1697458705a94ae57af542af920cf0054 (patch) | |
tree | 41b7ed3a614bcf2dafced869f1b9c55858453783 /pyload/plugins | |
parent | better log message (diff) | |
download | pyload-64570fa1697458705a94ae57af542af920cf0054.tar.xz |
fixes for download scheduler
Diffstat (limited to 'pyload/plugins')
-rw-r--r-- | pyload/plugins/Hoster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py index f63b83f5f..bbdb993de 100644 --- a/pyload/plugins/Hoster.py +++ b/pyload/plugins/Hoster.py @@ -206,7 +206,6 @@ class Hoster(Base): while self.pyfile.waitUntil > time(): self.thread.m.reconnecting.wait(2) - self.checkAbort() if self.thread.m.reconnecting.isSet(): self.waiting = False |