Update example output in stations helper

This commit is contained in:
Kaaninchen
2026-08-18 14:48:49 +02:00
parent 768da0ee4d
commit 59b2ccd64a
+1 -4
View File
@@ -132,9 +132,7 @@ $ python run main.py stations
``` ```
Example output: Example output:
```sh ```json
22:47:56: INFO: Exact match found! London is an assigned station! Bot would use that station directly
22:48:33: INFO: {
"stations": { "stations": {
"Amsterdam": [ "Amsterdam": [
"Amsterdam Zuid", "Amsterdam Zuid",
@@ -158,7 +156,6 @@ Example output:
"U Hönow (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. 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.