Merge branch 'rtv_browser' of https://github.com/michael-lazar/rtv into rtv_browser

This commit is contained in:
Michael Lazar
2017-09-06 00:59:31 -04:00

View File

@@ -15,7 +15,7 @@ RTV_BROWSER, BROWSER = os.environ.get('RTV_BROWSER'), os.environ.get('BROWSER')
if RTV_BROWSER: if RTV_BROWSER:
os.environ['BROWSER'] = RTV_BROWSER os.environ['BROWSER'] = RTV_BROWSER
print('RTV_BROWSER=%s' % BROWSER) print('RTV_BROWSER=%s' % RTV_BROWSER)
print('BROWSER=%s' % BROWSER) print('BROWSER=%s' % BROWSER)
import webbrowser import webbrowser