Skip to content

Commit 740355c

Browse files
committed
typo
1 parent 1fbafa8 commit 740355c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datacrunch/instances/instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,5 +456,5 @@ def get_availabilities(self, is_spot: bool = None, location_code: str = None) ->
456456
:rtype: list
457457
"""
458458
is_spot = str(is_spot).lower() if is_spot is not None else None
459-
query_params = {'isSpot': is_spot, 'location_code': location_code}
459+
query_params = {'isSpot': is_spot, 'locationCode': location_code}
460460
return self._http_client.get('/instance-availability', params=query_params).json()

0 commit comments

Comments
 (0)