diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-09 17:53:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-09 18:01:44 +0200 |
commit | b93d4d40bc946ac31fcdb619343e21717d816e99 (patch) | |
tree | ff653495223cde7ad0812b52650a685ce542cc82 /gps-track | |
parent | 2e10a80f95274be340ff90979410da239cb67620 (diff) |
drop deprecated mode= for fetch
Diffstat (limited to 'gps-track')
-rw-r--r-- | gps-track | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ if ($Gps->"valid" = true) do={ :set ($Gps->"latitude") [ :pick ($Gps->"latitude") 0 [ :find ($Gps->"latitude") "\00" ] ]; :set ($Gps->"longitude") [ :pick ($Gps->"longitude") 0 [ :find ($Gps->"longitude") "\00" ] ]; - :tool fetch mode=https check-certificate=yes-without-crl \ + :tool fetch check-certificate=yes-without-crl \ $GpsTrackUrl keep-result=no \ http-method=post http-header-field="Content-Type: application/json" \ http-data=("{" . \ |