Skip to content

Commit 7bf008f

Browse files
committed
but not that one
1 parent 3599a30 commit 7bf008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cap1188/cap1188.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __getitem__(self, key):
132132
if pin < 1 or pin > 8:
133133
raise IndexError('Pin must be a value 1-8.')
134134
if self._channels[index] is None:
135-
self._channels[index] = _CAP1188_Channel(self, pin)
135+
self._channels[index] = CAP1188_Channel(self, pin)
136136
return self._channels[index]
137137

138138
@property

0 commit comments

Comments
 (0)