Skip to content

Commit 010cfa4

Browse files
committed
Merge pull request #9 from WLPhoenix/master
Minor stacks bug fix
2 parents 3e2c19e + 365b173 commit 010cfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdio/client/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_stack(self, stack_id):
4646
return self._get(endpoint, jsonify=True)
4747

4848
@endpoint("stacks/")
49-
def search_stacks(self, *kwargs):
49+
def search_stacks(self, **kwargs):
5050
"""Search for stacks that match the given criteria"""
5151
return self._get(endpoint, params=kwargs, jsonify=True)['results']
5252

0 commit comments

Comments
 (0)