mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-30 01:59:44 +00:00
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…
x
Reference in New Issue
Block a user