Merge pull request #2189 from nicozanf/patch-1

PY2 small print fix
This commit is contained in:
mdipierro
2019-04-28 11:29:03 -07:00
committed by GitHub
+1 -1
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