summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waitress/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waitress/channel.py b/waitress/channel.py
index 033a26f..0a4d412 100644
--- a/waitress/channel.py
+++ b/waitress/channel.py
@@ -56,7 +56,7 @@ class HTTPChannel(logging_dispatcher, object):
server,
sock,
addr,
- adj=None,
+ adj,
map=None,
):
self.addr = addr