Merge branch 'master' of github.com:web2py/web2py

This commit is contained in:
mdipierro
2019-05-01 21:10:03 -07:00

View File

@@ -97,7 +97,7 @@ def get_url(host, path='/', proto='http', port=80):
def start_browser(url, startup=False):
if startup:
print('please visit:')
print('\t', url)
print('\t' + url)
print('starting browser...')
try:
import webbrowser