mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
368badcb85
commit
a8eeccc648
@ -35,10 +35,10 @@ class ISBNDB(Source):
|
||||
'at isbndb.com and get an access key.')),
|
||||
)
|
||||
|
||||
config_help_message = '<p>'+_('To use metadata from isbndb.com you must sign'
|
||||
config_help_message = ('<p>'+_('To use metadata from isbndb.com you must sign'
|
||||
' up for a free account and get an isbndb key and enter it below.'
|
||||
' Instructions to get the key are '
|
||||
'<a href="http://isbndb.com/api/v1/docs/keys">here</a>.')
|
||||
'<a href="%s">here</a>.')) % 'http://isbndb.com/api/v1/docs/keys'
|
||||
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user