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

@ -76,4 +76,5 @@ Connector.objects.create(
books_url='https://openlibrary.org',
covers_url='https://covers.openlibrary.org',
search_url='https://openlibrary.org/search?q=',
priority=3,
)