remove non-serializable error

This commit is contained in:
Antonio J. Delgado 2024-11-28 11:36:40 +02:00
parent 3cf2264f4c
commit f59faf7cd8

View file

@ -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: