Set connectors on books

This commit is contained in:
Mouse Reeve
2020-03-28 16:01:02 -07:00
parent 1a33290267
commit 0c9aad730d
4 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@ def get_or_create_book(key):
def search(query):
''' ya '''
''' try an external datasource for books '''
connector = get_connector()
return connector.search(query)