diff --git a/opsdroid/web.py b/opsdroid/web.py index 3747d8040..21c372a61 100644 --- a/opsdroid/web.py +++ b/opsdroid/web.py @@ -55,7 +55,7 @@ def start(self): port=self.get_port, print=_LOGGER.info) @staticmethod - def build_response(status, result, task=None): + def build_response(status, result): """Build a json response object.""" return web.Response(text=json.dumps({ "timestamp": datetime.now().isoformat(),