forked from HonusBot/HonusBot
.,,
This commit is contained in:
parent
eea3ee432e
commit
33dc6b3cef
@ -163,11 +163,11 @@ class InlineBot:
|
||||
|
||||
resp = None
|
||||
self.logger.warning("JSON txt:",r.text)
|
||||
try:
|
||||
#try:
|
||||
resp = json.loads(r.text, object_hook = asResponse)
|
||||
except:
|
||||
self.logger.warning('JSON deserialization failed')
|
||||
return None ## Invalid json
|
||||
#except:
|
||||
# self.logger.warning('JSON deserialization failed')
|
||||
# return None ## Invalid json
|
||||
|
||||
if not resp.isAuthorized() or not resp.succeeded():
|
||||
self.logger.warning('Unathorized/Unsuccessfull')
|
||||
|
Loading…
Reference in New Issue
Block a user