From 400a8a6b328b2208de670a3e98e7e856d6f7b840 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Tue, 5 May 2020 12:50:31 +0200 Subject: [PATCH] loggedy the logged stuff --- inline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inline.py b/inline.py index c6e4f64..e02c37e 100644 --- a/inline.py +++ b/inline.py @@ -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: