Typo in script

This commit is contained in:
Michael Lazar
2017-09-06 00:24:09 -04:00
parent 5499aadffb
commit f514edf06f

View File

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