Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 94aec3f

Browse files
author
Alex Bucknall
committed
Updated methods to match styling in L76GNSS.py
1 parent eaa7a5b commit 94aec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytrack/lib/L76GNSS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _gps_timeout(self, alarm):
3636
alarm.cancel()
3737
self.timeout_status = False
3838

39-
def coords(self, debug=False):
39+
def coordinates(self, debug=False):
4040
lat_d, lon_d = None, None
4141
if self.timeout != None:
4242
self._alarm = Timer.Alarm(self._gps_timeout, self.timeout, periodic=False)

0 commit comments

Comments
 (0)