From 175e40a404b8197e28fdfedb44a74405c12cd658 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 21 Dec 2025 14:52:20 +0000 Subject: [PATCH] Fix missing time import in bluetoothctl scan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- intercept.py | 1 + 1 file changed, 1 insertion(+) diff --git a/intercept.py b/intercept.py index 81a54ba..10d54ea 100755 --- a/intercept.py +++ b/intercept.py @@ -5835,6 +5835,7 @@ def start_bt_scan(): # Use bluetoothctl for BLE scanning with pty for proper output import pty import os + import time master_fd, slave_fd = pty.openpty() bt_process = subprocess.Popen(