Skip to content

Commit 39bf016

Browse files
authored
fixing _raw_sentence typo
1 parent 20ce7e7 commit 39bf016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_gps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _read_sentence(self):
208208
return None # Failed to validate checksum.
209209

210210
# copy the raw sentence
211-
_raw_sentence = sentence
211+
self._raw_sentence = sentence
212212

213213
return sentence
214214
# At this point we don't have a valid sentence

0 commit comments

Comments
 (0)