Remove event handler from downloads
This commit is contained in:
parent
2905ff5c74
commit
ec612de2dd
10
mvw-dl.py
10
mvw-dl.py
@ -352,16 +352,6 @@ def dedup_json_titles(
|
||||
return json_obj
|
||||
|
||||
|
||||
done_event = Event()
|
||||
|
||||
|
||||
def handle_sigint(signum, frame):
|
||||
done_event.set()
|
||||
|
||||
|
||||
signal.signal(signal.SIGINT, handle_sigint)
|
||||
|
||||
|
||||
def expanded_dest_dir(
|
||||
raw_dest_dir: str) -> str:
|
||||
user_expanded_dest_dir = os.path.expanduser(raw_dest_dir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user