Skip to content

Commit bfd6554

Browse files
author
Murat Kumykov
committed
,
1 parent 21e12f9 commit bfd6554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
if 'totalCount' in users and users['totalCount'] > 0:
1818
print(json.dumps(users))
1919
else:
20-
print("No users found")
20+
print("No users found")

0 commit comments

Comments
 (0)