Skip to content

Commit

Permalink
Use the new list command
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Feb 8, 2022
1 parent 29899d2 commit 950e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynitrokey/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def local_critical(*messages, support_hint=True, ret_code=1, **kwargs):
local_print("listing all connected devices:")
from pynitrokey.cli import nitropy

nitropy.commands["ls"].callback()
nitropy.commands["list"].callback()
STDOUT_PRINT = True

local_print(
Expand Down

0 comments on commit 950e084

Please sign in to comment.