From 5d68765a53e630836d8e7c5c5c8a718c7e4cee86 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 14 Dec 2025 10:31:32 -0500 Subject: [PATCH] Update gps_client.py --- gps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_client.py b/gps_client.py index d7910b20..c3b4dff3 100644 --- a/gps_client.py +++ b/gps_client.py @@ -55,7 +55,7 @@ try: except KeyboardInterrupt: # got a ^C. Say bye, bye -# print('') + print('') # Got ^C, or fell out of the loop. Cleanup, and leave. session.close()