chore: add debug print of auth response json in patch_auth method

This commit is contained in:
2024-12-03 18:46:09 +00:00
parent a867cbb38c
commit 89b8c6b14e
+1
View File
@@ -166,6 +166,7 @@ class Api:
data=self.patch_auth({"comment": comment}),
)
obj = await response.json()
print(obj)
return obj.get("success", False)
@property