mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
884f768f2a
grgsm_scanner is a Python/GNU Radio script, so stdbuf has no effect. Setting PYTHONUNBUFFERED=1 in the subprocess env forces Python to flush stdout on every write, enabling real-time scan output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>