Skip to content

Commit

Permalink
Update _asyncio3k.py
Browse files Browse the repository at this point in the history
Removed dict as a parameter.
  • Loading branch information
cr0hn committed Jun 15, 2015
1 parent add72ea commit 5e6bf81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chaussette/backend/_asyncio3k.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
socket=self.socket,
backlog=self.backlog)

0 comments on commit 5e6bf81

Please sign in to comment.