Priortize other instances over openlibrary

This commit is contained in:
Mouse Reeve
2020-11-02 08:50:21 -08:00
parent 277c0c4bfe
commit 485f3831b9
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def get_or_create_connector(remote_id):
books_url='https://%s/book' % identifier,
covers_url='https://%s/images/covers' % identifier,
search_url='https://%s/search?q=' % identifier,
priority=3
priority=2
)
return load_connector(connector_info)