Skip to content

Commit 784e3d5

Browse files
committed
Minor sentence change
1 parent 894679a commit 784e3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"""
77
def card_tap_handler(card_info):
88
if not card_info.is_success:
9-
print('Error reading card, Error: %d' % card_info.error)
9+
print('Failed reading card, error: %d' % card_info.error)
1010
return
1111

12-
print('Card read, user id: %s' % card_info.card_details.user_id)
12+
print('Card read, user ID: %s' % card_info.card_details.user_id)
1313

1414
'''
1515
Your code goes here!

0 commit comments

Comments
 (0)