diff --git a/src/calibre/ebooks/metadata/sources/google.py b/src/calibre/ebooks/metadata/sources/google.py index ac0ee3472a..1be1bb9c3f 100644 --- a/src/calibre/ebooks/metadata/sources/google.py +++ b/src/calibre/ebooks/metadata/sources/google.py @@ -454,6 +454,7 @@ class GoogleBooks(Source): break if not found and isbn and (title or authors): return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout) + # }}} def identify( # {{{ self,