diff options
Diffstat (limited to 'build/test.py')
-rw-r--r-- | build/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test.py b/build/test.py index b3d9ea7..4aaf8cd 100644 --- a/build/test.py +++ b/build/test.py @@ -25,6 +25,7 @@ if __name__ == "__main__": # C.NK_set_debug(False) a = C.NK_write_hotp_slot(1, 'python_test', '12345678901234567890', 0, 'faketemppass') + # a = C.NK_write_hotp_slot(1, 'python_test', '12345678901234567890', 0, '123123123') print(a) exit() |