mirror of
https://github.com/django/daphne.git
synced 2025-07-28 16:09:45 +03:00
Fixed #234
Fixed issue #234 where daphne still listen on 127.0.0.1:8000 when --fd 0 is provided
This commit is contained in:
parent
5722d4e7ea
commit
17bf88c34c
|
@ -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,
|
||||
]
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user