Skip to content

Commit

Permalink
Merge pull request #124 from Sanyam233/altitude/method-update
Browse files Browse the repository at this point in the history
updated altitude api call method
  • Loading branch information
aaront authored Jun 24, 2024
2 parents 49aaa0f + ee8eb2c commit 218c0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mygeotab/altitude/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(

def _call_api(self, service_name: str, function_name: str, function_parameters: dict) -> dict:
results = self.call(
method="GetBigDataResults",
method="GetAltitudeData",
serviceName=service_name,
functionName=function_name,
functionParameters=function_parameters,
Expand Down

0 comments on commit 218c0b7

Please sign in to comment.