mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Fix archived entry listing
This commit is contained in:
@@ -728,7 +728,8 @@ class EntryManager:
|
|||||||
print(colored(f" Label: {entry.get('label', '')}", "cyan"))
|
print(colored(f" Label: {entry.get('label', '')}", "cyan"))
|
||||||
print(
|
print(
|
||||||
colored(
|
colored(
|
||||||
f" Derivation Index: {entry.get('index', index)}", "cyan"
|
f" Derivation Index: {entry.get('index', idx)}",
|
||||||
|
"cyan",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
print("-" * 40)
|
print("-" * 40)
|
||||||
|
Reference in New Issue
Block a user