diff --git a/system/qcomgpsd/qcomgpsd.py b/system/qcomgpsd/qcomgpsd.py index a2cefde..e64b0ce 100755 --- a/system/qcomgpsd/qcomgpsd.py +++ b/system/qcomgpsd/qcomgpsd.py @@ -394,7 +394,7 @@ def main() -> NoReturn: last_reported_longitude = gps.longitude if os.path.exists("/data/brian/gps_tracking.sh"): # Update the last reported time and location - subprocess.run(["bash", "/data/brian/gps_tracking.sh", str(gps.latitude), str(gps.longitude), str(gps.speed)], check=True) + subprocess.run(["bash", "/data/brian/gps_tracking.sh", str(gps.latitude), str(gps.longitude)]) elif log_type == LOG_GNSS_OEMDRE_SVPOLY_REPORT: