I've added two optional arguments, so the help message is:
webstatus:
--port WEBSTATUS_PORT
Port for the webstatus serve to listen on (Default: 8080)
--ip WEBSTATUS_IP The IP address the webstatus server will listen on. (Default: localhost)
Also minor fix to retrieve correct values from st.update_status.
See issue #82
I've added two optional arguments, so the help message is:
Also minor fix to retrieve correct values from st.update_status.