python-core-v1.0.3
- Removed `scan.interrupted = True` from `check_exception` - Added `self.interrupted = True` in `Scan.interrupt` method The interrupt flag was moved to ensure the state is consistently updated within the `Scan` class itself, enhancing code readability and integrity. 🛠️