ehn-dcc-development / ehn-sign-verify-python-trivial

Extremely minimal python implementation of the eHN-S protocol.
European Union Public License 1.2
76 stars 41 forks source link

Fix borken JSON and cli argument in example #3

Closed panzi closed 2 years ago

panzi commented 3 years ago

JSON strings only support double quotes " and -- was missing in --prettyprint-json. Also I changed python3.8 to python3, since people might not have that exact version and python3 is enough. Further I added syntax highlighting to the code examples and manually line wrapped them for better readability.