Clean up unused exception binding.

This commit is contained in:
Paul Storkman 2025-01-07 14:11:10 +01:00
parent a23be8bba2
commit 82a4c500e7

View File

@ -1692,7 +1692,7 @@ class YoutubeDL:
except KeyboardInterrupt:
progress('')
self.to_screen('[wait] Interrupted by user')
except BaseException as e:
except BaseException:
self.to_screen('')
raise