mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo spotted by sjampoo on irc
This commit is contained in:
parent
d2c10a95e4
commit
bf9d48be68
@ -35,7 +35,7 @@ BASE_WSGI_ENV = {
|
||||
|
||||
|
||||
class GGeventServer(StreamServer):
|
||||
def __init__(self, listener, handle, spawn='defaul', worker=None):
|
||||
def __init__(self, listener, handle, spawn='default', worker=None):
|
||||
StreamServer.__init__(self, listener, spawn=spawn)
|
||||
self.handle_func = handle
|
||||
self.worker = worker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user