Updated to version 0.2.0

This commit is contained in:
Profitroll
2022-09-23 22:58:05 +02:00
parent da21f3ad77
commit 977ac2d559
3 changed files with 12 additions and 9 deletions

View File

@@ -25,7 +25,8 @@ If you have everything listed in [requirements](#requirements), then let's begin
```py
import pyrmv
accessId = "Something" # Set API key
# Set API key
accessId = "Something"
# Get origin's and destination's location
origin = pyrmv.raw.stop_by_name(accessid, "Frankfurt Hauptbahnhof", maxNo=3)[0]["StopLocation"]