mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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>