mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix a typo.
This commit is contained in:
parent
fb4ffb269b
commit
5b7696f032
@ -156,7 +156,7 @@ class Arbiter(object):
|
|||||||
|
|
||||||
self.log.close_on_exec()
|
self.log.close_on_exec()
|
||||||
|
|
||||||
# intialiatze all signals
|
# initialize all signals
|
||||||
[signal.signal(s, self.signal) for s in self.SIGNALS]
|
[signal.signal(s, self.signal) for s in self.SIGNALS]
|
||||||
signal.signal(signal.SIGCHLD, self.handle_chld)
|
signal.signal(signal.SIGCHLD, self.handle_chld)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user