Fix handling internal error and keyboard interrupt

This commit is contained in:
taizan-hokouto
2020-10-06 01:19:45 +09:00
parent ebf0e7c181
commit 115277e5e1
4 changed files with 109 additions and 77 deletions

View File

@@ -93,5 +93,4 @@ class Extractor:
return ret
def cancel(self):
print("cancel")
asyncdl.cancel()