remove non-serializable error
This commit is contained in:
parent
3cf2264f4c
commit
f59faf7cd8
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ class NextcloudHandler:
|
||||||
{
|
{
|
||||||
"action": "_get_encryption_pass_from_keyring",
|
"action": "_get_encryption_pass_from_keyring",
|
||||||
"message": "Item not found browsing keyring items",
|
"message": "Item not found browsing keyring items",
|
||||||
"error": error
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if self.encryption_pass is None:
|
if self.encryption_pass is None:
|
||||||
|
|
Loading…
Reference in a new issue