python: Removed lingering thread name.
[ashd.git] / python3 / ashd-wsgi3
index 40a3722..db54e6e 100755 (executable)
@@ -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):