mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2025-10-23 23:07:47 -04:00
Fix broken key management
This commit is contained in:
parent
d7d1d3ddd2
commit
7524175fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ class ManageKeysDialog(QDialog):
|
||||||
# New key generation cancelled.
|
# New key generation cancelled.
|
||||||
return
|
return
|
||||||
|
|
||||||
if d.k_key_list is not None:
|
if hasattr(d, "k_key_list") and d.k_key_list is not None:
|
||||||
# importing multiple keys
|
# importing multiple keys
|
||||||
idx = -1
|
idx = -1
|
||||||
dup_key_count = 0
|
dup_key_count = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue