mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Add the missing "onStart.append('load Amazon')"
This commit is contained in:
parent
35c33276ea
commit
11a3cf195c
@ -53,6 +53,7 @@ def configure(onStart, afterConnect, advanced):
|
||||
if yn('Do you have a license key?') == 'y':
|
||||
key = anything('What is it?')
|
||||
|
||||
onStart.append('load Amazon')
|
||||
onStart.append('amazonlicensekey %s' % key)
|
||||
else:
|
||||
print 'You\'ll need to get a key before you can use this plugin.'
|
||||
|
Loading…
Reference in New Issue
Block a user