PY2 small print fix

This commit is contained in:
Nico Zanferrari
2019-04-24 19:28:46 +02:00
committed by GitHub
parent 0a9975809c
commit 89c441cdc8

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