Update gps_client.py extra print

pi-sensors-auto-gps
Alan Johnston 4 days ago committed by GitHub
parent 37a607ba86
commit 0ffa6c7512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,8 @@ try:
# Got ^C, or fell out of the loop. Cleanup, and leave.
session.close()
print("%d %.6f %.6f %.1f" % (mode, lat, lon, alt))
exit(0)
except:
print("%d %.6f %.6f %.1f" % (mode, lat, lon, alt))

Loading…
Cancel
Save

Powered by TurnKey Linux.