solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
182 stars 69 forks source link

Fix ignoring output option in simple_secret #163

Open balping opened 1 year ago

balping commented 1 year ago

The make_credential function has an output argument, which is supposed to toggle whether the function should print the response or not. However this variable was overwritten inside the function, which is a bug.