mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
qfix
This commit is contained in:
parent
31c911f6cc
commit
6ecbd9bff8
@ -115,7 +115,6 @@ def main(usage, get_app):
|
|||||||
|
|
||||||
def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
|
def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
|
||||||
*args, **kwargs):
|
*args, **kwargs):
|
||||||
configure_logging(opts)
|
|
||||||
if not port:
|
if not port:
|
||||||
if ':' in host:
|
if ':' in host:
|
||||||
host, port = host.split(':', 1)
|
host, port = host.split(':', 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user