Skip to content

Commit a5dedec

Browse files
committed
[Bitbucket] get_users - addition for start and limit
1 parent a55c6dd commit a5dedec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/bitbucket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_users(self, user_filter=None, limit=25, start=0):
107107
if limit:
108108
params["limit"] = limit
109109
if start:
110-
params["start"] = start
110+
params["start"] = start
111111
return self.get(url, params=params)
112112

113113
def get_users_info(self, user_filter=None, start=0, limit=25):

0 commit comments

Comments
 (0)