christgau / wsdd

A Web Service Discovery host daemon.
MIT License
814 stars 98 forks source link

ApiServer probe command doesn't work #116

Closed neutronscott closed 3 years ago

neutronscott commented 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: