Skip to content

Commit

Permalink
Merge pull request adafruit#32 from kschmelzer/master
Browse files Browse the repository at this point in the history
Update characteristic.py
  • Loading branch information
dhalbert authored Jan 27, 2021
2 parents f93d74d + 7bcea9e commit c486233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _bleio/characteristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def set_cccd(self, *, notify: bool = False, indicate: bool = False) -> Any:
)
else:
adap.adapter.await_bleak(
self._service._bleak_client.stop_notify(
self._service.connection._bleak_client.stop_notify(
self._bleak_gatt_characteristic.uuid
)
)
Expand Down

0 comments on commit c486233

Please sign in to comment.