change json to content

This commit is contained in:
Antonio J. Delgado 2024-12-19 16:58:34 +02:00
parent 64970a6c82
commit 3cbe9b0530

View file

@ -916,7 +916,8 @@ class NextcloudHandler:
else:
self.cache['cached_passwords'] = [ new_obj ]
return r.json()
self.error(r.json())
self.error(r.content)
self.error(r.headers)
self.error(
{
"action": "create_password",