Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-17 20:04:18 +01:00
parent 32cea62999
commit e04badc254
2 changed files with 3 additions and 3 deletions

View File

@ -490,7 +490,7 @@ class BTTether(plugins.Plugin):
sorted_devices = sorted(devices_to_try, key=lambda x: x.search_order)
for device in sorted_devices:
bt = BTNap(device.mac)
bt = BTNap(device.mac.lower())
try:
logging.debug('BT-TETHER: Search %d secs for %s ...', device.scantime, device.name)