forked from DRMTalks/devine
Remove unnecessary dl stop event set on CTRL+C
This commit is contained in:
parent
9cfda3bb9c
commit
53c005f727
|
@ -481,7 +481,6 @@ class dl:
|
||||||
console.print_exception()
|
console.print_exception()
|
||||||
return
|
return
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
self.DL_POOL_STOP.set()
|
|
||||||
self.log.info("Received Keyboard Interrupt, stopping...")
|
self.log.info("Received Keyboard Interrupt, stopping...")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue