The problem webbrowser.get("C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s").open("http://"+where.strip())
main()
I want to call main() while the browser is still open however it only runs after closing the browser,how do I fix that?