This commit is contained in:
Christian Rendina 2020-05-05 16:43:57 +02:00
parent 400a8a6b32
commit eea3ee432e
1 changed files with 1 additions and 0 deletions

View File

@ -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: