You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: