From 59b2ccd64a17158a7583e44e25b441a719306b5a Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:48:49 +0200 Subject: [PATCH] Update example output in stations helper --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ea6261..bd32f75 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,7 @@ $ python run main.py stations ``` Example output: -```sh -22:47:56: INFO: Exact match found! London is an assigned station! Bot would use that station directly -22:48:33: INFO: { +```json "stations": { "Amsterdam": [ "Amsterdam Zuid", @@ -157,8 +155,7 @@ Example output: "S Buch (Berlin)", "U Hönow (Berlin)" ] - } -} + } ``` The tool will also ask if it should save a .json file with more informations for every similar station. If you're unsure about what which station is, then it can be really helpful! It would give you data like which types of transports arrive at every similar station, in which country they are and also their coordinates.