Add the missing "onStart.append('load Amazon')"

This commit is contained in:
James Vega 2003-08-22 03:45:21 +00:00
parent 35c33276ea
commit 11a3cf195c

View File

@ -53,6 +53,7 @@ def configure(onStart, afterConnect, advanced):
if yn('Do you have a license key?') == 'y': if yn('Do you have a license key?') == 'y':
key = anything('What is it?') key = anything('What is it?')
onStart.append('load Amazon')
onStart.append('amazonlicensekey %s' % key) onStart.append('amazonlicensekey %s' % key)
else: else:
print 'You\'ll need to get a key before you can use this plugin.' print 'You\'ll need to get a key before you can use this plugin.'