diff --git a/src/devranta/api.py b/src/devranta/api.py index 4388bba..f3675f4 100644 --- a/src/devranta/api.py +++ b/src/devranta/api.py @@ -166,6 +166,7 @@ class Api: data=self.patch_auth({"comment": comment}), ) obj = await response.json() + print(obj) return obj.get("success", False) @property