minor formatting changes
parent
23c3758e84
commit
db576571bb
|
@ -14,12 +14,12 @@ import regluit.core.isbn
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def add_by_oclc(isbn, work=None):
|
||||
# this is indirection in case we have a data source other than google
|
||||
return add_by_oclc_from_google(isbn)
|
||||
|
||||
|
||||
|
||||
def add_by_oclc_from_google(oclc):
|
||||
if oclc:
|
||||
logger.info("adding book by oclc %s" , oclc)
|
||||
|
|
Loading…
Reference in New Issue