Archived
1
0
Fork 0

Remove stupid comment

This commit is contained in:
Ethanell 2019-05-22 16:53:37 +02:00
parent c6354649ae
commit 9243a11e07

View file

@ -9,7 +9,6 @@ while True:
id = ids[inp[:12]]
with shelve.open("Settings.conf") as settings:
client = Yubico(id, settings["keys"][id], api_urls=('http://localhost/wsapi/2.0/verify',))
#client = Yubico(1, "QMho+Y4mtsY+KbCYu1gRKtDtwAM=", api_urls=('http://localhost/wsapi/2.0/verify',))
client.verify(inp)
except KeyboardInterrupt:
break