python - webbrowser modules only opens url in mozilla? -
import webbrowser webbrowser.open(url)
i using open url in browser. opens in 'mozilla'
why?
just @ the docs. uses default browser. @ webbrowser.get()
instructions on using different browser.
Comments
Post a Comment