This commit is contained in:
Benoit Chesneau 2010-02-01 19:53:34 +01:00
parent 31c911f6cc
commit 6ecbd9bff8

View File

@ -115,7 +115,6 @@ def main(usage, get_app):
def paste_server(app, global_conf=None, host="127.0.0.1", port=None,
*args, **kwargs):
configure_logging(opts)
if not port:
if ':' in host:
host, port = host.split(':', 1)