Fixed #234: Don't listen on port 8000 when provided a file descriptor

This commit is contained in:
Sylvain Prat 2018-11-19 23:13:03 +01:00 committed by Andrew Godwin
parent 5722d4e7ea
commit de15dcb4d1

View File

@ -226,7 +226,7 @@ class CommandLineInterface(object):
args.host,
args.port is not None,
args.unix_socket,
args.file_descriptor,
args.file_descriptor is not None,
args.socket_strings,
]
):