I noticed that this program tries to use chrome in the source code, but actually changing webbrowser.get(chrome_path).open(url) to webbrowser.open(url) makes this program work in firefox, and makes it work on linux. This might be a better solution than forcing chrome. I can submit a pull request if needed
I noticed that this program tries to use chrome in the source code, but actually changing
webbrowser.get(chrome_path).open(url)towebbrowser.open(url)makes this program work in firefox, and makes it work on linux. This might be a better solution than forcing chrome. I can submit a pull request if needed