mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
s/create_sockeSt/create_sockets
This commit is contained in:
parent
b6bba4572a
commit
1c9b8460b1
@ -386,7 +386,7 @@ class Arbiter(object):
|
|||||||
# close all listeners
|
# close all listeners
|
||||||
[l.close for l in self.LISTENERS]
|
[l.close for l in self.LISTENERS]
|
||||||
# init new listeners
|
# init new listeners
|
||||||
self.LISTENERS = create_sockeSt(self.cfg, self.log)
|
self.LISTENERS = create_sockets(self.cfg, self.log)
|
||||||
self.log.info("Listening at: %s", ",".join(str(self.LISTENERS)))
|
self.log.info("Listening at: %s", ",".join(str(self.LISTENERS)))
|
||||||
|
|
||||||
# do some actions on reload
|
# do some actions on reload
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user