garvitdelhi

Untitled

Nov 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import webbrowser
  2. try:
  3.     webbrowser.get(browser).open_new_tab(server.url)
  4. except Exception:
  5.     print('Cannot get browser specified.')
Add Comment
Please, Sign In to add comment