diff --git a/inline.py b/inline.py index e02c37e..5bb9e21 100644 --- a/inline.py +++ b/inline.py @@ -162,6 +162,7 @@ class InlineBot: return None resp = None + self.logger.warning("JSON txt:",r.text) try: resp = json.loads(r.text, object_hook = asResponse) except: