From cdab54ae7962b5af9c0241751f76fc9a484e3027 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 19 Sep 2020 18:13:45 +0200 Subject: Readme: collapse logs and code snippets (2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca185e..fbd9b48 100644 --- a/README.md +++ b/README.md @@ -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):
- Log (click to show) + Code snippet (click to show) ```python -- cgit v1.2.1