format fix

This commit is contained in:
merlokk 2019-07-03 01:39:38 +03:00
parent ff53bb1e32
commit b42e990f67

View File

@ -69,6 +69,7 @@ class Tester:
if not dev:
try:
from fido2.pcsc import CtapPcscDevice
print("--- NFC ---")
print(list(CtapPcscDevice.list_devices()))
dev = next(CtapPcscDevice.list_devices(), None)