Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, Looking for a Python command to simply change the WebInterface Port Number from 8888.
These two example scripts did not work:
# start host on port 1040startVredServer(1040)
# listen to host on localhost, port 1040 # server ip address or hostname and port number.startVredClient("localhost", 1040)
The Python Documentation does not list a code for this!
Thank you,
Shawn
Solved! Go to Solution.