Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4881876
)
python: Removed lingering thread name.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 17 Jan 2013 19:51:52 +0000
(20:51 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 17 Jan 2013 19:51:52 +0000
(20:51 +0100)
python3/ashd-wsgi3
patch
|
blob
|
blame
|
history
diff --git
a/python3/ashd-wsgi3
b/python3/ashd-wsgi3
index
40a3722
..
db54e6e
100755
(executable)
--- 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):