mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
obviously since we already used it, it's here. would have been better if we
testes the right. fixed! variable
This commit is contained in:
parent
87336be46b
commit
e7155f4714
@ -145,7 +145,7 @@ def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
|
||||
umask = kwargs.get('umask', UMASK)
|
||||
user = kwargs.get('user')
|
||||
group = kwargs.get('group')
|
||||
if kwargs:
|
||||
if global_conf:
|
||||
workers = int(global_conf.get('workers', workers))
|
||||
debug = global_conf.get('debug', debug) == "true"
|
||||
if debug:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user