Remove stupid comment
This commit is contained in:
parent
c6354649ae
commit
9243a11e07
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue