Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created January 5, 2015 19:17
Show Gist options
  • Save jacobsalmela/e441d1ac4d4607f145c8 to your computer and use it in GitHub Desktop.
Save jacobsalmela/e441d1ac4d4607f145c8 to your computer and use it in GitHub Desktop.
Opens the real TestNav site
# Open a URL once a user is logged in
import webbrowser
new = 2 # open in a new tab, if possible
testnav = "http://testnav.com/mn/testnav-7.5.22.36/selfRegistration.htm"
webbrowser.open(system_check,new=new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment