mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
ddbed245e1
The signal handler was intercepting SIGINT but not exiting, causing the application to continue running. Now re-raises KeyboardInterrupt so Flask can handle shutdown properly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>