mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix ThreadWorker
This commit is contained in:
parent
c8f6269f29
commit
c353eaacee
@ -46,7 +46,7 @@ class TConn():
|
||||
__cmp__ = __lt__
|
||||
|
||||
|
||||
class ThreadWorker(base.worker):
|
||||
class ThreadWorker(base.Worker):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ThreadWorker, self).__init__(*args, **kwargs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user