Update gps_client.py fix print

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.