Don't force binding address on run command
This commit is contained in:
parent
35fb6a81f9
commit
1d3f170f01
|
@ -33,4 +33,4 @@ def run(args, **kwargs):
|
||||||
directory=str(args.song_folder.expanduser()),
|
directory=str(args.song_folder.expanduser()),
|
||||||
)
|
)
|
||||||
|
|
||||||
test(HandlerClass=Handler, port=args.port, bind=args.bind)
|
test(HandlerClass=Handler, port=args.port, bind=args.bind or None)
|
||||||
|
|
Loading…
Reference in New Issue