diff --git a/chaussette/backend/_asyncio3k.py b/chaussette/backend/_asyncio3k.py index 9fc721f..0f709f4 100644 --- a/chaussette/backend/_asyncio3k.py +++ b/chaussette/backend/_asyncio3k.py @@ -31,6 +31,5 @@ def serve_forever(self): loop=self.loop, port=self.port, host=self.host, - **dict(socket=self.socket, - backlog=self.backlog)) - print("Serving") \ No newline at end of file + socket=self.socket, + backlog=self.backlog)