soundmeter icon indicating copy to clipboard operation
soundmeter copied to clipboard

Re-enable KeyboardInterrupt on Ctrl+C?

Open devvmh opened this issue 1 year ago • 0 comments

Hi, when I import soundmeter into my flask app, I believe it's breaking the default Ctrl+C behaviour because the sigint_handler doesn't raise KeyboardInterrupt. I believe if you simply adding raise KeyboardInterrupt to the end of sigint_handler, this would work correctly again. However, not sure if this was intentional or if it'll mess up daemonized mode.

Am I correct? Is this something worth fixing? If so, I can make the PR if it helps

devvmh avatar Sep 02 '23 21:09 devvmh