Merge branch 'master' of github.com:web2py/web2py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user