timothycrosley / portray

Your Project with Great Documentation.
MIT License
860 stars 72 forks source link

portray in_browser ignores `--port` argument #60

Closed kylebarron closed 4 years ago

kylebarron commented 4 years ago

Example:

git clone https://github.com/timothycrosley/portray
cd portray
pip install .
portray in_browser --port 9111
...
// Serving on 127.0.0.1:8000...
timothycrosley commented 4 years ago

Thanks for reporting! This has been fixed in develop and will make it's way to PyPI with the next release of portray