aboutsummaryrefslogtreecommitdiff
path: root/tools/obu-guess-trip
diff options
context:
space:
mode:
authorstuebinm2023-05-20 00:15:28 +0200
committerstuebinm2023-05-20 00:15:28 +0200
commit5d1f570190b4b7d0c94913b5eb0a11a591de31b6 (patch)
tree291bebc379420c796ebdbe97bad6b22c9ab889fb /tools/obu-guess-trip
parent965eb7097326bd28a7e5cb6c243c28e81cab4593 (diff)
onboard-tools: fix https
Diffstat (limited to '')
-rwxr-xr-xtools/obu-guess-trip2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/obu-guess-trip b/tools/obu-guess-trip
index 478ba2b..305ec8d 100755
--- a/tools/obu-guess-trip
+++ b/tools/obu-guess-trip
@@ -64,7 +64,7 @@ Arguments:
(define (fetch-stations url)
(define day (date->string (current-date) "~1"))
(define tls
- (equal? (uri-ref url 'scheme) 'https))
+ (equal? (uri-ref url 'scheme) "https"))
(parameterize
; replace all json keys with symbols; everything else is confusing
([json-object-handler