Skip to content

Commit

Permalink
Indentation fix (commented out lines)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 authored Feb 14, 2020
1 parent 1c996b5 commit e02f989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/mitemp_bt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ def discover_ble_devices(config):
else:
prev_packet = None
if prev_packet == packet:
# _LOGGER.debug("DUPLICATE: %s, IGNORING!", data)
# _LOGGER.debug("DUPLICATE: %s, IGNORING!", data)
continue
# _LOGGER.debug("NEW DATA: %s", data)
# _LOGGER.debug("NEW DATA: %s", data)
lpacket[data["mac"]] = packet
# store found readings per device
if "temperature" in data:
Expand Down

0 comments on commit e02f989

Please sign in to comment.