Remove unnecessary dl stop event set on CTRL+C

This commit is contained in:
rlaphoenix 2023-02-28 17:02:48 +00:00
parent 9cfda3bb9c
commit 53c005f727
1 changed files with 0 additions and 1 deletions

View File

@ -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