From d76a808e4a38c2624e71e467a177f22af893c829 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Wed, 6 Jan 2021 11:31:22 -0800 Subject: [PATCH] Update gps_data.py --- gps_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_data.py b/gps_data.py index 94cb3d5..5b640a2 100644 --- a/gps_data.py +++ b/gps_data.py @@ -555,7 +555,7 @@ if __name__ == '__main__': user_dict_file.write("{1: [{'call': 'N0CALL'}, {'ssid': ''}, {'icon': ''}, {'comment': ''}]}") user_dict_file.close() # Check to see if dashboard files exist - if Path('/tmp/hblink3_gps_data/user_loc.txt').is_file(): + if Path('/tmp/gps_data_user_loc.txt').is_file(): pass else: Path('/tmp/gps_data_user_loc.txt').touch()