From ee4bde0c1cc3b060f584f175d796f2781ef9a0b6 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Wed, 6 Jan 2021 11:30:17 -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()