mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Updated slightly.
This commit is contained in:
parent
7202aa6d22
commit
4308350a35
@ -30,7 +30,7 @@
|
||||
###
|
||||
|
||||
"""
|
||||
Amazon module, to use Amazon's Web Services. Currently only does ISBN lookups.
|
||||
Amazon module, to use Amazon's Web Services.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
@ -63,7 +63,7 @@ def configure(onStart, afterConnect, advanced):
|
||||
conf.supybot.plugins.Amazon.licenseKey.set(key)
|
||||
else:
|
||||
print 'You\'ll need to get a key before you can use this plugin.'
|
||||
print 'You can apply for a key at http://www.amazon.com/webservices'
|
||||
print 'You can apply for a key at http://www.amazon.com/webservices/'
|
||||
|
||||
class LicenseKey(registry.String):
|
||||
def set(self, s):
|
||||
|
Loading…
Reference in New Issue
Block a user