mirror of
https://github.com/devine-dl/devine.git
synced 2025-04-29 17:49: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()
|
||||
return
|
||||
except KeyboardInterrupt:
|
||||
self.DL_POOL_STOP.set()
|
||||
self.log.info("Received Keyboard Interrupt, stopping...")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user