diff options
Diffstat (limited to 'tools/obu-guess-trip')
-rwxr-xr-x | tools/obu-guess-trip | 2 |
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 |