Added debug line.
All checks were successful
devranta build / Build (push) Successful in 1m5s

This commit is contained in:
retoor 2024-12-03 19:46:09 +01:00
parent 4423d5b78c
commit f572b45372

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