[modules/yubikey] Update to new API

This commit is contained in:
tobi-wan-kenobi 2020-04-13 09:40:24 +02:00
parent acc36a41ae
commit bfc3832428
2 changed files with 14 additions and 13 deletions

View file

@ -64,7 +64,6 @@ def main():
core.event.trigger('stop')
if __name__ == "__main__":
main()
try:
main()
except Exception as e: