loggedy the logged stuff

This commit is contained in:
Christian Rendina 2020-05-05 12:50:31 +02:00
parent a6abf63973
commit 400a8a6b32
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class InlineBot:
self.cancerCommand = Command("Cancer", "Search cancer", "imageurl", "imageurl")
def asResponse(dct):
print("LOG:::",str(dct))
if "imageUrl" in dct:
return JSONResponse(dct["authorized"], dct["success"], dct["imageUrl"], "")
elif "htmlDescription" in dct: