gps-track: replace deprecated keep-result=no with output=none

This commit is contained in:
Christian Hesse 2020-01-28 21:52:15 +01:00
parent 5741924cf9
commit 639011a9ba

View file

@ -12,7 +12,7 @@
if ($Gps->"valid" = true) do={
:tool fetch check-certificate=yes-without-crl \
$GpsTrackUrl keep-result=no \
$GpsTrackUrl output=none \
http-method=post http-header-field="Content-Type: application/json" \
http-data=("{" . \
"\"lat\":\"" . ($Gps->"latitude") . "\"," . \