We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e12f9 commit bfd6554Copy full SHA for bfd6554
examples/get_users.py
@@ -17,4 +17,4 @@
17
if 'totalCount' in users and users['totalCount'] > 0:
18
print(json.dumps(users))
19
else:
20
- print("No users found")
+ print("No users found")
0 commit comments