Skip to content

Commit

Permalink
minor update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta committed Dec 11, 2023
1 parent 60a735e commit 759735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ async def main():
for user in users:
print(user.profile.login)
if resp.has_next():
users, err, response = await resp.next(True) # Specify True to receive the response object for further analysis
users, err, response = await resp.next(True) # Specify True to receive the response object as the third part of the tuple for further analysis
else:
break

Expand Down

0 comments on commit 759735e

Please sign in to comment.