From f68e0234a71aa001e0a285954c550182a9986d46 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Tue, 5 May 2020 16:47:48 +0200 Subject: [PATCH] a --- inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inline.py b/inline.py index 52ebc07..8f3532a 100644 --- a/inline.py +++ b/inline.py @@ -138,7 +138,7 @@ class InlineBot: self.commands.append(Command("Rasoio", "Dai facciamogli lo scherzo del rasoio!1!!", "genericurl", "htmlDescription")) self.cancerCommand = Command("Cancer", "Search cancer", "imageurl", "imageurl") - def asResponse(dct): + def asResponse(self, dct): print("LOG:::",str(dct)) if "imageUrl" in dct: return JSONResponse(dct["authorized"], dct["success"], dct["imageUrl"], "")