diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 18:13:45 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 18:13:45 +0200 |
commit | cdab54ae7962b5af9c0241751f76fc9a484e3027 (patch) | |
tree | 142541174ed7bebded2017ccec171a110c0bd8b0 | |
parent | 3b79f0c79b746cf5ccfde83c880f6628974cb684 (diff) | |
download | libnitrokey-cdab54ae7962b5af9c0241751f76fc9a484e3027.tar.gz libnitrokey-cdab54ae7962b5af9c0241751f76fc9a484e3027.tar.bz2 |
Readme: collapse logs and code snippets (2)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ pip3 install cffi # for python 3.x Just import it, read the C API header and it is done! You have access to the library. Here is an example (in Python 2) printing HOTP code for Pro or Storage device, assuming it is run in root directory [(full example)](python_bindings_example.py): <details> - <summary>Log (click to show)</summary> + <summary>Code snippet (click to show)</summary> ```python |