mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
proper fix. ":w" helps.
This commit is contained in:
parent
e3617e3b38
commit
953021d449
@ -79,7 +79,7 @@ class UnixSocket(BaseSocket):
|
||||
os.remove(conf.address)
|
||||
except OSError:
|
||||
pass
|
||||
super(UnixSocket, self).__init__(conf, fd=fd)
|
||||
super(UnixSocket, self).__init__(conf, log, fd=fd)
|
||||
|
||||
def __str__(self):
|
||||
return "unix:%s" % self.address
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user