mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-20 04:58:56 +00:00
Fix broken key management
This commit is contained in:
@@ -377,7 +377,7 @@ class ManageKeysDialog(QDialog):
|
||||
# New key generation cancelled.
|
||||
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
|
||||
idx = -1
|
||||
dup_key_count = 0
|
||||
|
||||
Reference in New Issue
Block a user