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 = []
|
||||
|
||||
def __init__(self, workerid, ppid, socket, app, timeout, d
|
||||
ebug=False):
|
||||
def __init__(self, workerid, ppid, socket, app, timeout,
|
||||
debug=False):
|
||||
self.nr = 0
|
||||
self.id = workerid
|
||||
self.ppid = ppid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user