Small change
This commit is contained in:
parent
deb49e174b
commit
0bbda88433
@ -3,6 +3,7 @@ from isodate import parse_duration
|
|||||||
class Gis():
|
class Gis():
|
||||||
|
|
||||||
def __init__(self, ref: str, route: dict):
|
def __init__(self, ref: str, route: dict):
|
||||||
|
|
||||||
self.ref = ref
|
self.ref = ref
|
||||||
self.dist = route["dist"]
|
self.dist = route["dist"]
|
||||||
self.duration = parse_duration(route["durS"])
|
self.duration = parse_duration(route["durS"])
|
||||||
|
Loading…
Reference in New Issue
Block a user