Skip to content

Commit

Permalink
Update ble_gateway.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Feb 13, 2024
1 parent 397bafc commit a7fce34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TheengsGateway/ble_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@ def check_tracker_timeout(self) -> None:
tup1[0] = 0
logger.info("Dictionary: %s", tup1)
self.discovered_trackers[address] = tuple(tup1)
logger.info("Dictionary - Discovered Trackers: %s", self.discovered_trackers)
logger.info(
"Dictionary - Discovered Trackers: %s", self.discovered_trackers
)

async def ble_scan_loop(self) -> None:
"""Scan for BLE devices."""
Expand Down

0 comments on commit a7fce34

Please sign in to comment.