Closed neutronscott closed 3 years ago
Trying out this ApiServer and the probe command has a typo:
if command_args == 'probe' and args.discovery: should be if command == 'probe' and args.discovery:
if command_args == 'probe' and args.discovery:
if command == 'probe' and args.discovery:
Trying out this ApiServer and the probe command has a typo:
if command_args == 'probe' and args.discovery:
should beif command == 'probe' and args.discovery: