mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Merge pull request #359 from PR0M3TH3AN/codex/fix-error-when-listing-archived-entries
Fix archived listing error
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