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()
|
||||
return
|
||||
except KeyboardInterrupt:
|
||||
self.DL_POOL_STOP.set()
|
||||
self.log.info("Received Keyboard Interrupt, stopping...")
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue