X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fashd-wsgi3;h=db54e6e6876090122f6fbb152b470c6e89074d62;hp=40a37224783c24e0eb21c7fd2bf6b323707e5b99;hb=9d6b46568635a6cbf151790e5fd760d2a86049a2;hpb=4881876d599616e6f010d244e4c15c4b3a6f2974 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):