mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-13 18:55:27 +00:00
spelling: data
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cfe388896b
commit
9ea5a3b89c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Connector(AbstractConnector):
|
||||||
)
|
)
|
||||||
|
|
||||||
def parse_isbn_search_data(self, data):
|
def parse_isbn_search_data(self, data):
|
||||||
"""got some daaaata"""
|
"""got some data"""
|
||||||
results = data.get("entities")
|
results = data.get("entities")
|
||||||
if not results:
|
if not results:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue