From 9d6b46568635a6cbf151790e5fd760d2a86049a2 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 17 Jan 2013 20:51:52 +0100 Subject: [PATCH] python: Removed lingering thread name. --- python3/ashd-wsgi3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/ashd-wsgi3 b/python3/ashd-wsgi3 index 40a3722..db54e6e 100755 --- a/python3/ashd-wsgi3 +++ b/python3/ashd-wsgi3 @@ -158,7 +158,7 @@ def recode(thing): class reqthread(ashd.serve.wsgithread): def __init__(self, req): - super().__init__(name = "Request handler") + super().__init__() self.req = req.dup() def handlewsgi(self): -- 2.11.0