Update 'README.md'

refactor_total
Brett Spaulding 2 years ago
parent 7ba7b6d647
commit d248a2fe90

@ -23,4 +23,7 @@ After all dependencies have been installed successfully, start the service with:
python app.py python app.py
``` ```
The service will then be accessible at http://localhost for as long as the terminal stays open. To shutdown the service simply close the terminal or ctl + c The service will then be accessible at http://localhost for as long as the terminal stays open. To shutdown the service simply close the terminal or ctl + c
## Known issues
The latest versions of Ubuntu (22.04+ I believe) have swicted over to symlinking Firefox to the snap packages. Which causes an issue with the selenium driver. I suppose you could probably point to the executable file directly in the snap (not the symlink). I just use docker with a distro that doesn't have this problem, personally.

Loading…
Cancel
Save