Skip to content

Commit

Permalink
fix(cli): invalid table name
Browse files Browse the repository at this point in the history
  • Loading branch information
Whth committed Jun 21, 2024
1 parent 268f90d commit e6b1d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kazu/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ def _display():
try:
while 1:
data.clear()
data.append(["Breaker", "CodeSign", "Value"])
for name, d in displays:
data.append([name, *d()])
click.clear()
Expand Down

0 comments on commit e6b1d4c

Please sign in to comment.