remove unused error var
This commit is contained in:
parent
f59faf7cd8
commit
09d3f02cc1
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class NextcloudHandler:
|
|||
for item in collection.get_all_items():
|
||||
if item.get_label() == 'nc_password_client':
|
||||
self.encryption_pass = item.get_secret()
|
||||
except secretstorage.exceptions.ItemNotFoundException as error:
|
||||
except secretstorage.exceptions.ItemNotFoundException:
|
||||
self.error(
|
||||
{
|
||||
"action": "_get_encryption_pass_from_keyring",
|
||||
|
|
Loading…
Reference in a new issue