removes outdated update book code

This commit is contained in:
Mouse Reeve
2020-11-28 19:03:37 -08:00
parent c9433a3c7e
commit d8fdc66450
3 changed files with 2 additions and 33 deletions

View File

@ -85,12 +85,6 @@ def first_search_result(query, min_confidence=0.1):
return None
def update_book(book, data=None):
''' re-sync with the original data source '''
connector = load_connector(book.connector)
connector.update_book(book, data=data)
def get_connectors():
''' load all connectors '''
for info in models.Connector.objects.order_by('priority').all():