mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo
This commit is contained in:
parent
c7bbe77a72
commit
f3822a7f2f
@ -27,8 +27,8 @@ class Worker(object):
|
|||||||
|
|
||||||
PIPE = []
|
PIPE = []
|
||||||
|
|
||||||
def __init__(self, workerid, ppid, socket, app, timeout, d
|
def __init__(self, workerid, ppid, socket, app, timeout,
|
||||||
ebug=False):
|
debug=False):
|
||||||
self.nr = 0
|
self.nr = 0
|
||||||
self.id = workerid
|
self.id = workerid
|
||||||
self.ppid = ppid
|
self.ppid = ppid
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user