Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
axel.maurer
bwCard Reader
Commits
dd333e7a
Commit
dd333e7a
authored
Dec 10, 2021
by
axel.maurer
Browse files
call funtion 01
parent
112d1a27
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/read_card.py
View file @
dd333e7a
...
...
@@ -195,7 +195,7 @@ if __name__ == "__main__":
if
cardReader
.
getReturnCode
()
!=
OK
:
print
(
cardReader
.
getReturnMsg
())
sys
.
exit
()
actSeconds
=
str
(
int
(
time
.
time
()))
cardReader
.
doOp
(
f
'1
7,
{
actSeconds
}
'
,
None
,
0
)
#
actSeconds = str(int(time.time()))
cardReader
.
doOp
(
f
'
0
1'
,
None
,
0
)
print
(
cardReader
.
getReturnCode
(),
cardReader
.
getReturnMsg
())
cardReader
.
clear
()
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment