Skip to content

Commit 218c0b7

Browse files
authored
Merge pull request #124 from Sanyam233/altitude/method-update
updated altitude api call method
2 parents 49aaa0f + ee8eb2c commit 218c0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mygeotab/altitude/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(
5858

5959
def _call_api(self, service_name: str, function_name: str, function_parameters: dict) -> dict:
6060
results = self.call(
61-
method="GetBigDataResults",
61+
method="GetAltitudeData",
6262
serviceName=service_name,
6363
functionName=function_name,
6464
functionParameters=function_parameters,

0 commit comments

Comments
 (0)