gattlib-py/examples/ble_scan: Explicit action (logging)

pull/251/head
Olivier Martin 2022-05-11 16:34:36 +02:00 committed by Olivier Martin
parent 5c87eda925
commit 0719dcc31d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright (c) 2016-2021, Olivier Martin <olivier@labapart.org>
# Copyright (c) 2016-2022, Olivier Martin <olivier@labapart.org>
#
import argparse
@ -24,7 +24,7 @@ def connect_ble_device(device):
lock.acquire()
print("---------------------------------")
print("Found BLE Device %s" % device.id)
print(f"Found BLE Device {device.id}. Connection tentative...")
device.discover()
for key, val in device.characteristics.items():