From f572b45372b590b4bc4929d7af7a6109eedb4c07 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 3 Dec 2024 19:46:09 +0100 Subject: [PATCH] Added debug line. --- src/devranta/api.py | 1 + 1 file changed, 1 insertion(+) 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