mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix missing time import in bluetoothctl scan
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user