Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

In class YubiKeyNEO_USBHID fixed self._write_config() by replacing by self._device._write_config() #29

Closed axhoffmann closed 8 years ago

axhoffmann commented 8 years ago

I couldn't use the functions write_ndef(), write_device_config(), write_scan_map() of class YubiKeyNEO_USBHID because the function call return self._write_config() was wrong. It must be self._device._write_config().

dainnilsson commented 8 years ago

Sorry, I neglected to push this. I found the same thing yesterday and fixed it then!