Open
Description
The readme encourages specifying fixed port numbers, but gives no indication of how to do that.
This section:
for one_faux in FAUXMOS:
if len(one_faux) == 2:
# a fixed port wasn't specified, use a dynamic one
one_faux.append(0)
seems to suggest adding a field like this:
['nameHere', rest_api_handler('http://addressHere', 'http://addressHere'), 'portHere'],
but this just throws errors and doesn't run.
Can someone help me out here (and perhaps update the readme for others)?
Metadata
Metadata
Assignees
Labels
No labels