Update gps_client.py no exit

pi-sensors-auto-gps
Alan Johnston 3 days ago committed by GitHub
parent e588a79cad
commit 97ff121ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,7 +61,7 @@ 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)
# exit(0)
except:
print("-1 0 0 0")

Loading…
Cancel
Save

Powered by TurnKey Linux.