mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
f0342a3d31
commit
294ff22c63
@ -454,6 +454,7 @@ class GoogleBooks(Source):
|
|||||||
break
|
break
|
||||||
if not found and isbn and (title or authors):
|
if not found and isbn and (title or authors):
|
||||||
return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout)
|
return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout)
|
||||||
|
# }}}
|
||||||
|
|
||||||
def identify( # {{{
|
def identify( # {{{
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user