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"], "")