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()