From 11a3cf195c474009a6ccf193425d451d6ca25e56 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 22 Aug 2003 03:45:21 +0000 Subject: [PATCH] Add the missing "onStart.append('load Amazon')" --- plugins/Amazon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Amazon.py b/plugins/Amazon.py index dbfe87e0a..d4903cfcc 100644 --- a/plugins/Amazon.py +++ b/plugins/Amazon.py @@ -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.'