mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +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':
|
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.'
|
||||||
|
Loading…
Reference in New Issue
Block a user