mirror of
https://github.com/smittix/intercept.git
synced 2026-07-07 00:58:12 -07:00
1742a657d7
The APRS route called app_module.reserve_sdr_device() which does not exist, causing an AttributeError that Flask returned as an HTML error page. The frontend then failed to parse it as JSON, showing "Unexpected token '<'" to the user. Fixed to use claim_sdr_device() which is the correct function used by all other modes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>