@ -35,7 +35,7 @@ def convert_to_decimal(coord, direction):
def parse_gps_data(gps_string):
parts = gps_string.split(',')
if len(parts) < 6:
if len(parts) < 8:
return "Invalid GPS data"
lat = convert_to_decimal(parts[0], parts[1])
The note is not visible to the blocked user.